Skip to content

Commit 331e30d

Browse files
committed
add typing for inputhtmlmenu classtext ref
1 parent c63d7e3 commit 331e30d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/left-sidebar/ComponentTab/InputHTMLMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ const exceptions = ref([
308308
"e-dropdown",
309309
]);
310310
const attributeModal = ref(false);
311-
const classText = ref();
311+
const classText = ref("");
312312
const heightText = ref();
313313
const widthText = ref();
314314
const topText = ref();

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@
4040
"dist",
4141
".quasar",
4242
"node_modules",
43-
"src"
4443
]
4544
}

0 commit comments

Comments
 (0)