+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
{
-
+
diff --git a/frontend/hospital-log/vite.config.ts b/frontend/hospital-log/vite.config.ts
index a08417b..956fb85 100644
--- a/frontend/hospital-log/vite.config.ts
+++ b/frontend/hospital-log/vite.config.ts
@@ -5,7 +5,16 @@ import { fileURLToPath, URL } from "node:url";
// https://vite.dev/config/
export default defineConfig({
- plugins: [vue(), tailwindcss()],
+ plugins: [
+ vue({
+ template: {
+ compilerOptions: {
+ isCustomElement: (tag) => tag.startsWith("calendar-"),
+ },
+ },
+ }),
+ tailwindcss(),
+ ],
resolve: {
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url)),