mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-12-13 04:51:58 +08:00
build: migrate demo from webpack to Vite (#832)
This commit is contained in:
6
demo/shims-vue.d.ts
vendored
Normal file
6
demo/shims-vue.d.ts
vendored
Normal file
@@ -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