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 59f02c7 commit 7af0f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SingleModalSectionC.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const modalProps = computed(() => {
const { open, unlock } = useModal('PagePrepareModalC', {
manual: true,
// TODO: still has bug when not allow open (back to not correct position)
// 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
Expand Down Expand Up @@ -77,7 +77,7 @@ onMounted(async () => {
Open ModalC
</ElButton>
</div>
<div>
<!-- <div>
<ElButton
type="danger"
icon="check"
Expand All @@ -87,7 +87,7 @@ onMounted(async () => {
>
Open ModalC with data (not allowed)
</ElButton>
</div>
</div> -->
</div>
<!-- <ElButton
type="primary"
Expand Down

0 comments on commit 7af0f63

Please sign in to comment.