hookehuyr

fix

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