Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-11-12 16:45:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1644f03baf9978359d66b5487dfed63b63ec0452
1644f03b
1 parent
8e57feab
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
src/components/DividerField/index.vue
src/components/DividerField/index.vue
View file @
1644f03
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-12 16:4
0:42
* @LastEditTime: 2024-11-12 16:4
3: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>
...
...
Please
register
or
login
to post a comment