API 參考
Usage
$vfm
是一個存放 VueFinalModal 資料與方法的物件
Options API
在組件內使用 this.$vfm.
Composition API Vue 3 only
import { inject } from 'vue'
export default {
setup() {
const $vfm = inject('$vfm')
}
}
API
show(name, params)
- 型別:
Function - 參數:
- name:
String- 指定 modal 的名字。 - params:
?: object- Any data that you want to pass into the modal, checkout the guide params.
- name:
- 回傳: Promise