✨(component): 完成 select 组件, 新增 tag-input 组件 disabled-input 属性
This commit is contained in:
@@ -3,6 +3,7 @@ export default {
|
||||
name: "TreadIcon",
|
||||
};
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
import LayIcon from "../component/icon/index";
|
||||
|
||||
@@ -11,6 +12,7 @@ const props = defineProps<{
|
||||
size?: string;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<lay-icon :color="props.color" :size="props.size" type="layui-icon-tread" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user