Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xaboy committed Jun 2, 2024
1 parent bc5d46e commit e954794
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

**[帮助文档](https://view.form-create.com/) | [在线演示](https://form-create.com/designer?fr=github) | [form-create 文档](https://form-create.com/v2/guide/) | [🌈Vue3版本](https://github.com/xaboy/form-create-designer/tree/next)**
**[帮助文档](https://view.form-create.com/) | [在线演示](https://form-create.com/designer?fr=github) | [FormCreate 文档](https://form-create.com/v2/guide/) | [🌈Vue3版本](https://github.com/xaboy/form-create-designer/tree/next)**

**FcDesigner 是基于 [@form-create/element-ui](https://github.com/xaboy/form-create) 实现的表单设计器组件。可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率,节省开发者的时间。**

Expand Down
4 changes: 2 additions & 2 deletions examples/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<div class="_fc-top-link">
<a href="https://form-create.com/" target="_blank" class="item">官网</a>
<a href="https://pro.form-create.com/view" class="item pro-version">高级版🔥</a>
<a href="https://pro.form-create.com/doc/" target="_blank" class="item">文档</a>
<a href="https://form-create.com/designer" target="_blank" class="item">Vue3版本</a>
<a href="https://view.form-create.com/doc/" target="_blank" class="item">文档</a>
<a href="https://form-create.com/v3/designer" target="_blank" class="item">Vue3版本</a>
<a href="https://github.com/xaboy/form-create-designer" target="_blank" class="item">查看源码</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"dev": "vite --config vite.dev.config.js",
"build": "vite build",
"preview": "vite preview"
"preview": "vite build --config vite.dev.config.js"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions vite.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const rootPath = path.join(process.cwd(), "examples");
export default defineConfig({
root: rootPath,
plugins: [vue()],
base: '/designer/',
});

0 comments on commit e954794

Please sign in to comment.