Skip to content

Commit

Permalink
chore: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
shunnNet committed Oct 16, 2024
1 parent 4bc07ad commit 59f02c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/SingleModalSectionC.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ const modalProps = computed(() => {
const { open, unlock } = useModal('PagePrepareModalC', {
manual: true,
// TODO: has bug when not allow open (the tag is not corrent)
validate(data) {
// Not allow pass any data
// TODO: click danger button twice will open modal route
return !data
},
// TODO: still has bug when not allow open (back to not correct position)
// validate(data) {
// // Not allow pass any data
// // TODO: click danger button twice will open modal route
// return !data
// },
props: modalProps,
})
Expand Down

0 comments on commit 59f02c7

Please sign in to comment.