This repository was archived by the owner on May 11, 2021. It is now read-only.
File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 24
24
ACTIONS_DEPLOY_KEY : ${{ secrets.ACTIONS_DEPLOY_KEY }}
25
25
PUBLISH_BRANCH : gh-pages
26
26
PUBLISH_DIR : ./dist
27
+
28
+ - name : Sync to Gitee
29
+ uses : wearerequired/git-mirror-action@master
30
+ env :
31
+ SSH_PRIVATE_KEY : ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
32
+ with :
33
+ source-repo : " git@github.com:dream2023/f-render.git"
34
+ destination-repo : " git@gitee.com:dream2023/f-render.git"
35
+
36
+ - name : Build Gitee Pages
37
+ uses : yanglbme/gitee-pages-action@master
38
+ with :
39
+ gitee-username : dream2023
40
+ gitee-password : ${{ secrets.GITEE_PASSWORD }}
41
+ gitee-repo : dream2023/f-render
Original file line number Diff line number Diff line change 10
10
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
11
11
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
12
12
13
+
13
14
- [ 交流群] ( #%E4%BA%A4%E6%B5%81%E7%BE%A4 )
14
15
- [ 介绍] ( #%E4%BB%8B%E7%BB%8D )
15
16
- [ 注意] ( #%E6%B3%A8%E6%84%8F )
33
34
- [ 定制化原组件配置 & 表单配置] ( #%E5%AE%9A%E5%88%B6%E5%8C%96%E5%8E%9F%E7%BB%84%E4%BB%B6%E9%85%8D%E7%BD%AE--%E8%A1%A8%E5%8D%95%E9%85%8D%E7%BD%AE )
34
35
- [ 样式定制化] ( #%E6%A0%B7%E5%BC%8F%E5%AE%9A%E5%88%B6%E5%8C%96 )
35
36
- [ 二次开发] ( #%E4%BA%8C%E6%AC%A1%E5%BC%80%E5%8F%91 )
37
+ - [ f-render 不能做什么?] ( #f-render-%E4%B8%8D%E8%83%BD%E5%81%9A%E4%BB%80%E4%B9%88 )
36
38
- [ Props 说明] ( #props-%E8%AF%B4%E6%98%8E )
37
39
- [ 生态] ( #%E7%94%9F%E6%80%81 )
38
40
- [ 特别感谢赞助者] ( #%E7%89%B9%E5%88%AB%E6%84%9F%E8%B0%A2%E8%B5%9E%E5%8A%A9%E8%80%85 )
@@ -392,6 +394,13 @@ export default {
392
394
393
395
如果你或者你的公司需要` 付费 ` 源码讲解和答疑,可加我微信:` dream10nian ` 。当然也有也有免费的交流群,也是加这个微信。
394
396
397
+ ## f-render 不能做什么?
398
+
399
+ 由于 ` vue-ele-form ` 原因,
400
+
401
+ - f-render 不支持嵌套的子表单
402
+ - 布局由于使用了 ` el-row ` 和 ` el-col ` ,所以仅支持行布局
403
+
395
404
## Props 说明
396
405
397
406
``` js
Original file line number Diff line number Diff line change 2
2
"name" : " f-render" ,
3
3
"version" : " 4.3.2" ,
4
4
"private" : false ,
5
+ "license" : " MIT" ,
5
6
"description" : " f-render | 基于 vue-ele-form 的表单设计器" ,
6
7
"scripts" : {
7
8
"serve" : " vue-cli-service serve" ,
You can’t perform that action at this time.
0 commit comments