File tree 3 files changed +12
-9
lines changed
3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Build powerful vue form with JSON schema and composition api. Any custom input c
11
11
12
12
[ :zap : Live Preview] ( https://codetrial.github.io/element-form-builder ) | [ :book : Docs] ( https://codetrial.github.io/element-form-builder )
13
13
14
- ![ Screen Capture] ( .github/preview.gif )
14
+ ![ Screen Capture] ( https://github.com/codetrial/element-form-builder/raw/develop/ .github/preview.gif)
15
15
16
16
## Core Features
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " element-form-builder" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-alpha.2 " ,
4
4
"description" : " Build powerful element-ui form with JSON schema." ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib/index.esm.js" ,
31
31
"keywords" : [
32
32
" vue" ,
33
33
" use" ,
34
+ " vue-use" ,
34
35
" composition" ,
35
- " element" ,
36
- " form" ,
37
- " builder" ,
38
- " json"
36
+ " vue-composition" ,
37
+ " vue-composition-api" ,
38
+ " vue-form" ,
39
+ " json-form" ,
40
+ " formbuilder" ,
41
+ " form-builder"
39
42
],
40
43
41
44
"license" : " MIT" ,
45
48
"@vue/composition-api" : " ^0.3.4" ,
46
49
"deepmerge" : " ^4.2.2" ,
47
50
"vee-validate" : " ^3.0.11" ,
48
- "vue" : " ^2.6.11"
51
+ "vue" : " ^2.6.11" ,
52
+ "vue-runtime-helpers" : " ^1.1.2"
49
53
},
50
54
"devDependencies" : {
51
55
"@babel/core" : " ^7.7.7" ,
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ const commonExternal = function(id) {
23
23
return (
24
24
/ ^ v u e / i. test ( id ) ||
25
25
/ ^ @ v u e \/ c o m p o s i t i o n - a p i / i. test ( id ) ||
26
- / ^ l o d a s h / i. test ( id ) ||
27
- / ^ a x i o s / i. test ( id ) ||
26
+ / ^ @ f e x t \/ v u e - u s e / i. test ( id ) ||
28
27
/ ^ @ b a b e l \/ r u n t i m e - c o r e j s 3 / i. test ( id )
29
28
) ;
30
29
} ;
You can’t perform that action at this time.
0 commit comments