1.1.0 • Published 2 years ago

lowcode-renders v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
  • 安装:
npm i lowcode-renders
  • 使用方法:
    • 本项目依赖于naive-ui,所以也要安装naive-ui防止渲染异常
    • 可以在任何页面应用,传入的参数格式按照http://www.gdut.site/ 导出的JSON代码
    • 可以传入containWidth,containHeight设置页面大小
import { createApp } from 'vue'
import App from './App.vue'
import naive from 'naive-ui'
import lowCodeRenders from 'lowcode-renders'
createApp(App).use(lowCodeRenders).use(naive).mount('#app')
  <div>
    <div>
    <lowCodeRenders :components="componentsExample" containWidth="800px" containHeight="600px"></lowCodeRenders>
    </div>
  </div>
1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago