mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
working with webpack 5
This commit is contained in:
7
src/shims-vue.d.ts
vendored
Normal file
7
src/shims-vue.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module "*.vue" {
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
const Component: ReturnType<typeof defineComponent>
|
||||
|
||||
export default Component
|
||||
}
|
Reference in New Issue
Block a user