1.1.0 • Published 6 years ago
test-plugin-toast v1.1.0
插件的安装
NPM
npm i test-plugin-toast
引入插件
import Vue from 'vue'
import vueTotal from 'test-plugin-toast'
Vue.use(vueTotal)
基本用法
<test-toast ref="toast"></test-toast>
参数
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
ref | 获取当前插件实例 | String | - |