|
|
|
|
@ -12,6 +12,8 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
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']
|
|
|
|
|
@ -31,6 +33,8 @@ 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']
|
|
|
|
|
@ -42,6 +46,8 @@ 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']
|
|
|
|
|
|