parent
c6bbf2e352
commit
c8cbd91ba0
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* declare module '@vue/runtime-core'
|
||||
* 现调整为
|
||||
* declare module 'vue'
|
||||
*/
|
||||
import 'vue'
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
//
|
||||
}
|
||||
}
|
Loading…
Reference in new issue