mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
test(vue): add test application (#22252)
This commit is contained in:
5
packages/vue/test-app/src/shims-vue.d.ts
vendored
Normal file
5
packages/vue/test-app/src/shims-vue.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import { defineComponent } from 'vue'
|
||||
const component: ReturnType<typeof defineComponent>
|
||||
export default component
|
||||
}
|
Reference in New Issue
Block a user