🐛(component): tree和table图标引入错误的问题
This commit is contained in:
		
							parent
							
								
									216724f2e5
								
							
						
					
					
						commit
						6c984ca3cc
					
				@ -35,6 +35,7 @@ const matchModule: string[] = [
 | 
			
		||||
  "badge",
 | 
			
		||||
  "button",
 | 
			
		||||
  "tooltip",
 | 
			
		||||
  "page",
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
export default (): UserConfigExport => {
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,7 @@ import { Recordable } from "../../types";
 | 
			
		||||
import LayCheckbox from "../checkbox/index.vue";
 | 
			
		||||
import LayDropdown from "../dropdown/index.vue";
 | 
			
		||||
import LayPage from "../page/index.vue";
 | 
			
		||||
import LayIcon from "@layui/icons-vue";
 | 
			
		||||
import { LayIcon } from "@layui/icons-vue";
 | 
			
		||||
import "./index.less";
 | 
			
		||||
 | 
			
		||||
const tableId = uuidv4();
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
import { StringOrNumber } from "./tree.type";
 | 
			
		||||
import LayIcon from "@layui/icons-vue";
 | 
			
		||||
import { LayIcon } from "@layui/icons-vue";
 | 
			
		||||
import LayCheckbox from "../checkbox/index.vue";
 | 
			
		||||
import { Ref, useSlots } from "vue";
 | 
			
		||||
import { Tree } from "./tree";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user