Skip to content

Commit

Permalink
perf: some perf
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Oct 20, 2020
1 parent 99af656 commit 2b5cdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multifunction-crud",
"version": "0.1.2",
"version": "0.1.3",
"description": "first npm test",
"main": "lib/plugin.umd.min.js",
"private": false,
Expand Down
1 change: 1 addition & 0 deletions packages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ if (typeof window !== 'undefined' && window.Vue) {
export default {
// 导出的对象必须具备一个 install 方法
install,
...components,
};

0 comments on commit 2b5cdeb

Please sign in to comment.