|
|
|
|
@ -10,9 +10,8 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
LayButton: typeof import('@layui/layui-vue')['LayButton']
|
|
|
|
|
LayCard: typeof import('@layui/layui-vue')['LayCard']
|
|
|
|
|
LayCheckbox: typeof import('@layui/layui-vue')['LayCheckbox']
|
|
|
|
|
LayCheckboxGroup: typeof import('@layui/layui-vue')['LayCheckboxGroup']
|
|
|
|
|
LayCol: typeof import('@layui/layui-vue')['LayCol']
|
|
|
|
|
LayCollapse: typeof import('@layui/layui-vue')['LayCollapse']
|
|
|
|
|
LayCollapseItem: typeof import('@layui/layui-vue')['LayCollapseItem']
|
|
|
|
|
LayColorPicker: typeof import('@layui/layui-vue')['LayColorPicker']
|
|
|
|
|
LayConfigProvider: typeof import('@layui/layui-vue')['LayConfigProvider']
|
|
|
|
|
LayContainer: typeof import('@layui/layui-vue')['LayContainer']
|
|
|
|
|
@ -32,8 +31,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']
|
|
|
|
|
@ -45,9 +42,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']
|
|
|
|
|
LayTextarea: typeof import('@layui/layui-vue')['LayTextarea']
|
|
|
|
|
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']
|
|
|
|
|
|