vite-vue3-lowcode
vite-vue3-lowcode copied to clipboard
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
 Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory ... [email protected] dev: `cross-env --max_old_space_size=4096 vite` npm ERR! Exit status 1 重新试了几次,都是报上面的错误,网上试了好几个办法都不行,大佬有什么好的解决办法吗。。
props: { width: createEditorInputProp({ label: '组件宽度', defaultValue: '100%' }), height: createEditorInputProp({ label: '组件高度', defaultValue: '400' }), 'chartConfig.legend.show': createEditorSwitchProp({ label: '是否为展示图例', defaultValue: true, }), 'chartConfig.title.show': createEditorSwitchProp({ label: '是否为展示主标题', defaultValue: true, })...
For a while, in the Vue ecosystem we've been augmenting `@vue/runtime-core` to add custom properties and more to `vue`. However, this inadvertently breaks the types for projects that augment `vue`...
Type 'ModalOptions' is not assignable to type '{ title?: string | undefined; footer?: (() => Element) | null | undefined; content: (() => Element) | { uid: number; type: FunctionalComponent...