Skip to content

Commit

Permalink
✨ feat: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuicoder committed Jan 2, 2024
1 parent b21506b commit a524f55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions components/naive-ui-editor-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "naive-ui-editor-view",
"version": "1.0.0",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "index.ts",
"type": "module",
"description": "基于vue-dompurify-html渲染富文本内容",
"author": "zyuting",
Expand Down
3 changes: 1 addition & 2 deletions components/naive-ui-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "naive-ui-editor",
"version": "1.0.4",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "index.ts",
"type": "module",
"description": "基于naive-ui和wangEditor 5封装的富文本组件",
"author": "zyuting",
Expand Down
3 changes: 1 addition & 2 deletions components/naive-ui-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "naive-ui-form",
"version": "2.0.10",
"private": false,
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"main": "index.ts",
"type": "module",
"description": "一个基于naive-ui封装的表单组件,一个配置,生成一个表单",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions components/naive-ui-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "1.0.10",
"private": false,
"description": "基于naive-ui封装的表格组件",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.ts",
"type": "module",
"author": "autumnLeaves-lady",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions components/naive-ui-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "naive-ui-upload",
"version": "2.0.4",
"private": false,
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"main": "index.ts",
"type": "module",
"description": "一个基于naive-ui封装的文件上传组件,支持图片裁剪",
"keywords": [
Expand Down

0 comments on commit a524f55

Please sign in to comment.