File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 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
1111
1212[ :zap : Live Preview] ( https://codetrial.github.io/element-form-builder ) | [ :book : Docs] ( https://codetrial.github.io/element-form-builder )
1313
14- ![ Screen Capture] ( .github/preview.gif )
14+ ![ Screen Capture] ( https://github.com/codetrial/element-form-builder/raw/develop/ .github/preview.gif)
1515
1616## Core Features
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " element-form-builder" ,
3- "version" : " 2.0.0-alpha.1 " ,
3+ "version" : " 2.0.0-alpha.2 " ,
44 "description" : " Build powerful element-ui form with JSON schema." ,
55 "main" : " lib/index.js" ,
66 "module" : " lib/index.esm.js" ,
3131 "keywords" : [
3232 " vue" ,
3333 " use" ,
34+ " vue-use" ,
3435 " 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"
3942 ],
40434144 "license" : " MIT" ,
4548 "@vue/composition-api" : " ^0.3.4" ,
4649 "deepmerge" : " ^4.2.2" ,
4750 "vee-validate" : " ^3.0.11" ,
48- "vue" : " ^2.6.11"
51+ "vue" : " ^2.6.11" ,
52+ "vue-runtime-helpers" : " ^1.1.2"
4953 },
5054 "devDependencies" : {
5155 "@babel/core" : " ^7.7.7" ,
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ const commonExternal = function(id) {
2323 return (
2424 / ^ v u e / i. test ( id ) ||
2525 / ^ @ 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 ) ||
2827 / ^ @ b a b e l \/ r u n t i m e - c o r e j s 3 / i. test ( id )
2928 ) ;
3029} ;
You can’t perform that action at this time.
0 commit comments