File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/3.api/2.composables Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ You have to manually calling `modalInstance.destroy()`{lang=ts} whenever you no
9494 import { VueFinalModal , useModal } from ' vue-final-modal'
9595 import { vfm } from ' @/plugins/vue-final-modal'
9696
97- function openConfirmModal() {
97+ export function openConfirmModal() {
9898 const modalInstance = useModal ({
9999 context: vfm ,
100100 component: markRaw (MyConfirmModal ),
@@ -130,7 +130,7 @@ You have to manually calling `modalInstance.destroy()`{lang=ts} whenever you no
130130 import { VueFinalModal , useModal } from ' vue-final-modal'
131131 import { vfm } from ' @/plugins/vue-final-modal'
132132
133- function openConfirmModal() {
133+ export function openConfirmModal() {
134134 const modalInstance = useModal ({
135135 context: vfm ,
136136 component: markRaw (MyConfirmModal ),
You can’t perform that action at this time.
0 commit comments