0.1.0-alpha.17 • Published 4 years ago
@unitechs/vue-form-runtime v0.1.0-alpha.17
unitechs vue-form-runtime 渲染引擎
- 必须使用vue-form 0.1.0-alpha.0以上版本
- 使用方法
import VueForm from '@unitechs/vue-form'
import VueFormRuntime from '@unitechs/vue-form-runtime'
import VueRouter from 'vue-router'
import ElementUI from 'element-ui';
import App from './App.vue'
import { router } from './router'
import 'element-ui/lib/theme-chalk/index.css';
const { setRoute } = VueFormRuntime
const { setConfig } = VueForm
setConfig({
baseUrl: '/public/js'
})
setRoute(router,'/app')
Vue.use(VueFormRuntime)
Vue.use(VueForm)
Vue.use(VueRouter);
Vue.use(ElementUI);
new Vue({
router,
render: h => h(App),
}).$mount('#app')- API | 方法名 | 参数 | 说明 | | ---- | ---- | ---- | | setRoute | (router:IRouter,path:string)=>void | | ---- | --- | ---- |
- component | 组件名 | 参数 | 说明 | ---- | ---- | ---- | VueFormRuntime | bizHandler:Function schemaHandler:Function scriptHandler:Function btnsHandler:Function baseUrl:String | 提供接口访问方法 baseUrl 为注册路由根路径
0.1.0-alpha.16
4 years ago
0.1.0-alpha.15
4 years ago
0.1.0-alpha.17
4 years ago
0.1.0-alpha.10
4 years ago
0.1.0-alpha.12
4 years ago
0.1.0-alpha.11
4 years ago
0.1.0-alpha.14
4 years ago
0.1.0-alpha.13
4 years ago
0.1.0-alpha.9
4 years ago
0.1.0-alpha.8
4 years ago
0.1.0-alpha.5
4 years ago
0.1.0-alpha.4
4 years ago
0.1.0-alpha.7
4 years ago
0.1.0-alpha.6
4 years ago
0.1.0-alpha.1
4 years ago
0.1.0-alpha.0
4 years ago
0.1.0-alpha.3
4 years ago
0.1.0-alpha.2
4 years ago
0.0.6-alpha.18
4 years ago
0.0.6-alpha.17
4 years ago
0.0.6-alpha.16
4 years ago
0.0.6-alpha.15
4 years ago
0.0.6-alpha.14
4 years ago
0.0.6-alpha.13
4 years ago
0.0.6-alpha.12
4 years ago
0.0.6-alpha.11
4 years ago