1.4.19 • Published 3 years ago

form-render-mam v1.4.19

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

开发平台渲染器

版本更新记录

  • 加载插件的方式由script 加载更改成 Vue.component 异步加载,优化开发平台加载体验

使用方式

npm i mam-plugin-form-j -S
<!-- @后面版本号请自行替换 如果需要可以引入map-->
<script type="text/javascript" src="https://unpkg.com/mam-plugin-form-j@11.0.12/dist/main.js"></script>
<script type="text/javascript" src="https://unpkg.com/mam-plugin-form-j@11.0.12/dist/main.js.map"></script>
import MamRender from 'mam-plugin-form-j'
MamRender.manual(Vue, axios)