promote_wechat/shime-vue.d.ts

4 lines
71 B
TypeScript
Raw Permalink Normal View History

2024-07-29 14:24:17 +08:00
declare module "*.vue" {
import Vue from 'vue'
export default Vue
}