diff --git a/components.d.ts b/components.d.ts index 166ff00..9368a18 100644 --- a/components.d.ts +++ b/components.d.ts @@ -33,8 +33,6 @@ declare module '@vue/runtime-core' { LayLogo: typeof import('@layui/layui-vue')['LayLogo'] LayMenu: typeof import('@layui/layui-vue')['LayMenu'] LayMenuItem: typeof import('@layui/layui-vue')['LayMenuItem'] - LayProgress: typeof import('@layui/layui-vue')['LayProgress'] - LayQuote: typeof import('@layui/layui-vue')['LayQuote'] LayRadio: typeof import('@layui/layui-vue')['LayRadio'] LayRow: typeof import('@layui/layui-vue')['LayRow'] LayScroll: typeof import('@layui/layui-vue')['LayScroll'] @@ -46,8 +44,6 @@ declare module '@vue/runtime-core' { LayTab: typeof import('@layui/layui-vue')['LayTab'] LayTabItem: typeof import('@layui/layui-vue')['LayTabItem'] LayTable: typeof import('@layui/layui-vue')['LayTable'] - LayTooltip: typeof import('@layui/layui-vue')['LayTooltip'] - LayUpload: typeof import('@layui/layui-vue')['LayUpload'] LightIcon: typeof import('./src/components/LightIcon.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView']