🐛(component): tree和table图标引入错误的问题

This commit is contained in:
sight 2022-04-27 19:22:26 +08:00
parent 216724f2e5
commit 6c984ca3cc
3 changed files with 3 additions and 2 deletions

View File

@ -35,6 +35,7 @@ const matchModule: string[] = [
"badge", "badge",
"button", "button",
"tooltip", "tooltip",
"page",
]; ];
export default (): UserConfigExport => { export default (): UserConfigExport => {

View File

@ -11,7 +11,7 @@ import { Recordable } from "../../types";
import LayCheckbox from "../checkbox/index.vue"; import LayCheckbox from "../checkbox/index.vue";
import LayDropdown from "../dropdown/index.vue"; import LayDropdown from "../dropdown/index.vue";
import LayPage from "../page/index.vue"; import LayPage from "../page/index.vue";
import LayIcon from "@layui/icons-vue"; import { LayIcon } from "@layui/icons-vue";
import "./index.less"; import "./index.less";
const tableId = uuidv4(); const tableId = uuidv4();

View File

@ -6,7 +6,7 @@ export default {
<script setup lang="ts"> <script setup lang="ts">
import { StringOrNumber } from "./tree.type"; import { StringOrNumber } from "./tree.type";
import LayIcon from "@layui/icons-vue"; import { LayIcon } from "@layui/icons-vue";
import LayCheckbox from "../checkbox/index.vue"; import LayCheckbox from "../checkbox/index.vue";
import { Ref, useSlots } from "vue"; import { Ref, useSlots } from "vue";
import { Tree } from "./tree"; import { Tree } from "./tree";