add:增加权限弹窗
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -50,6 +50,7 @@ declare module 'vue' {
|
||||
ElPagination: typeof import('element-plus/es')['ElPagination']
|
||||
ElPopover: typeof import('element-plus/es')['ElPopover']
|
||||
ElRadio: typeof import('element-plus/es')['ElRadio']
|
||||
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
|
||||
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
||||
ElRow: typeof import('element-plus/es')['ElRow']
|
||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||
@@ -70,6 +71,7 @@ declare module 'vue' {
|
||||
EmojiPicker: typeof import('./src/components/comment/emojiPicker.vue')['default']
|
||||
GlobaIcon: typeof import('./src/components/globaIcon/index.vue')['default']
|
||||
GlobalIcon: typeof import('./src/components/GlobalIcon/index.vue')['default']
|
||||
MemberSelector: typeof import('./src/components/memberSelector/index.vue')['default']
|
||||
NameAvatar: typeof import('./src/components/nameAvatar/index.vue')['default']
|
||||
OverflowTabs: typeof import('./src/components/overflowTabs/index.vue')['default']
|
||||
PageForm: typeof import('./src/components/pageForm/index.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user