test(vue): add test application (#22252)

This commit is contained in:
Liam DeBeasi
2020-10-05 15:01:46 -04:00
committed by GitHub
parent f11adabbc8
commit f5d657c6cd
39 changed files with 18859 additions and 0 deletions

View File

@ -0,0 +1,5 @@
declare module '*.vue' {
import { defineComponent } from 'vue'
const component: ReturnType<typeof defineComponent>
export default component
}