This repository was archived by the owner on May 11, 2021. It is now read-only.
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ .github
2
+ dist /demo.html
Original file line number Diff line number Diff line change 1
1
# f-render | 基于 vue-ele-form 的表单设计器
2
2
3
3
[ ![ MIT] ( https://img.shields.io/github/license/dream2023/f-render )] ( https://github.com/dream2023/f-render )
4
- ![ npm bundle size] ( https://img.shields.io/bundlephobia/min /f-render )
4
+ ![ npm bundle size] ( https://img.shields.io/bundlephobia/minzip /f-render )
5
5
![ npm] ( https://img.shields.io/npm/dt/f-render )
6
6
[ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/4c2ddffb-26b2-4e64-8b22-25678db57483/deploy-status )] ( https://app.netlify.com/sites/f-render/deploys )
7
7
![ gitub pages] ( https://github.com/dream2023/f-render/workflows/gitub%20pages/badge.svg )
@@ -162,7 +162,7 @@ Vue.component("f-render", FRender);
162
162
this .loading = true ;
163
163
setTimeout (() => {
164
164
this .loading = false ;
165
- this .formConfig = localStorage .getItem (" form-config" );
165
+ this .formConfig = localStorage .getItem (" form-config" ) || " " ;
166
166
}, 1000 );
167
167
}
168
168
};
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " f-render" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"private" : false ,
5
5
"description" : " f-render | 基于 vue-ele-form 的表单设计器" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments