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
2022-12-06 11:42:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
210cd2e640991284d241597c0b63742caa879e33
210cd2e6
1 parent
a04fb135
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
src/components/ButtonField/index.vue
src/components/ButtonField/index.vue
View file @
210cd2e
...
...
@@ -61,9 +61,7 @@ const onClose = () => {
show.value = false;
};
onMounted(() => {
console.warn(props.item.component_props.config);
});
onMounted(() => {});
</script>
<style lang="less" scoped>
...
...
Please
register
or
login
to post a comment