vue 사용 가능 확인
This commit is contained in:
@@ -37,4 +37,4 @@ function formStart() {
|
||||
}
|
||||
}
|
||||
|
||||
window.formStart = formStart;
|
||||
formStart();
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
/* eslint-disable */
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
Reference in New Issue
Block a user