vue 사용 가능 확인

This commit is contained in:
2021-08-14 05:44:13 +09:00
parent 7c2e2c9c59
commit 322d9e5fe3
7 changed files with 52 additions and 7 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ function formStart() {
}
}
window.formStart = formStart;
formStart();
+6
View File
@@ -0,0 +1,6 @@
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}