hookehuyr

fix

<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-12 16:40:42
* @LastEditTime: 2024-11-12 16:43:14
* @FilePath: /data-table/src/components/DividerField/index.vue
* @Description: 分隔线组件
-->
......@@ -103,11 +103,6 @@ const props = defineProps({
item: Object,
});
const styleTitle = ref({});
const styleBorder = ref({});
const desc = ref('<b>描述信息</b>');
onMounted(() => {
});
</script>
......