build: 启用宏编译

This commit is contained in:
2023-07-20 14:41:16 +08:00
parent 30a7f03650
commit 9a3042d332
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
Button: typeof import('./../packages/button/index.vue')['default']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElCol: typeof import('element-plus/es')['ElCol']
ElDialog: typeof import('element-plus/es')['ElDialog']