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
94
94
import { VueFinalModal , useModal } from ' vue-final-modal'
95
95
import { vfm } from ' @/plugins/vue-final-modal'
96
96
97
- function openConfirmModal() {
97
+ export function openConfirmModal() {
98
98
const modalInstance = useModal ({
99
99
context: vfm ,
100
100
component: markRaw (MyConfirmModal ),
@@ -130,7 +130,7 @@ You have to manually calling `modalInstance.destroy()`{lang=ts} whenever you no
130
130
import { VueFinalModal , useModal } from ' vue-final-modal'
131
131
import { vfm } from ' @/plugins/vue-final-modal'
132
132
133
- function openConfirmModal() {
133
+ export function openConfirmModal() {
134
134
const modalInstance = useModal ({
135
135
context: vfm ,
136
136
component: markRaw (MyConfirmModal ),
You can’t perform that action at this time.
0 commit comments