Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 31318f4

Browse files
committed
chore: 更新文档
1 parent 53650e6 commit 31318f4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.github
2+
dist/demo.html

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# f-render | 基于 vue-ele-form 的表单设计器
22

33
[![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)
55
![npm](https://img.shields.io/npm/dt/f-render)
66
[![Netlify Status](https://api.netlify.com/api/v1/badges/4c2ddffb-26b2-4e64-8b22-25678db57483/deploy-status)](https://app.netlify.com/sites/f-render/deploys)
77
![gitub pages](https://github.com/dream2023/f-render/workflows/gitub%20pages/badge.svg)
@@ -162,7 +162,7 @@ Vue.component("f-render", FRender);
162162
this.loading = true;
163163
setTimeout(() => {
164164
this.loading = false;
165-
this.formConfig = localStorage.getItem("form-config");
165+
this.formConfig = localStorage.getItem("form-config") || "";
166166
}, 1000);
167167
}
168168
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f-render",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": false,
55
"description": "f-render | 基于 vue-ele-form 的表单设计器",
66
"scripts": {

0 commit comments

Comments
 (0)