0.1.0-alpha.17 • Published 3 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
3 years ago
0.1.0-alpha.15
3 years ago
0.1.0-alpha.17
3 years ago
0.1.0-alpha.10
3 years ago
0.1.0-alpha.12
3 years ago
0.1.0-alpha.11
3 years ago
0.1.0-alpha.14
3 years ago
0.1.0-alpha.13
3 years ago
0.1.0-alpha.9
3 years ago
0.1.0-alpha.8
3 years ago
0.1.0-alpha.5
3 years ago
0.1.0-alpha.4
3 years ago
0.1.0-alpha.7
3 years ago
0.1.0-alpha.6
3 years ago
0.1.0-alpha.1
3 years ago
0.1.0-alpha.0
3 years ago
0.1.0-alpha.3
3 years ago
0.1.0-alpha.2
3 years ago
0.0.6-alpha.18
3 years ago
0.0.6-alpha.17
3 years ago
0.0.6-alpha.16
3 years ago
0.0.6-alpha.15
3 years ago
0.0.6-alpha.14
3 years ago
0.0.6-alpha.13
3 years ago
0.0.6-alpha.12
3 years ago
0.0.6-alpha.11
3 years ago