first commit
This commit is contained in:
6
node_modules/vant/lib/vue-sfc-shim.d.ts
generated
vendored
Normal file
6
node_modules/vant/lib/vue-sfc-shim.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module '*.vue' {
|
||||
// eslint-disable-next-line
|
||||
import { DefineComponent } from 'vue';
|
||||
const Component: DefineComponent;
|
||||
export default Component;
|
||||
}
|
||||
Reference in New Issue
Block a user