vue3-dynamic-form vue3 可编辑表单 拖动式的生成动态表单,而且通过 typescript 面向对象开发的,能非常方便的扩展控件,内部 ui 使用的 naive-ui 库,所以能非常方便的定制主题。 demo https://vue3-dynamic-form.yayaluoya.sbs/ 安装使用 必须要 vue3 的项目才能使用哦 先npm 安装 npm i vue3-editable-form...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>vue3-dynamic-form</title> </head> <body> <div id="app"></div> <script type="module...
npm install @reside-ic/vue3-dynamic-form Import into your project and register as a global or local component: import {DynamicForm} from "@reside-ic/vue3-dynamic-form" // global Vue.component("dynamic-form", DynamicForm) // or local new Vue({ el: '#app', components: { DynamicForm...
基于vue3、JSON Schema、antd动态生成表单. Latest version: 0.1.68, last published: a year ago. Start using trs-vue3-dynamic-form in your project by running `npm i trs-vue3-dynamic-form`. There is 1 other project in the npm registry using trs-vue3-dynamic-f
提交Issue,填表就好 内容必填选填?你说了算! 精准反馈,高效沟通 我知道了查看详情 Watch 1Star5Fork0 realize/vue3 + ts + 动态表单 标签 Tags Releases 功能基于仓库中的历史标记 建议使用类似 V1.0 的版本标记作为 Releases 点。
package-lock.json package.json tsconfig.app.json tsconfig.json tsconfig.lib.json tsconfig.node.json tsconfig.vitest.json vite-lib.config.ts vite.config.ts vitest.config.ts Breadcrumbs vue3-dynamic-form / tsconfig.app.json Latest commit yayaluoya 文字组件Sep 22, 2024 ab2c9b7· Sep 22, 2024...
vue3动态表单编辑器. Contribute to yayaluoya/vue3-dynamic-form development by creating an account on GitHub.
📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3 - alibaba/formily
Hello! I have an issue using dynamic v-model value for tags multiselect. The problem is that my v-model value can change asynchronously (my values alwas is in array) but selected tags are not updating dynamically as I needed. Options lis...
You can import Index.vue from the sb-form directory and use this component I register the SB Form alias to sb-form sp we can use it entire the application using <sb-form/> tag Supported Props { props: { title: String, fields: Object, url: String, resetForm: { type: Boolean, defa...