diff --git a/package.json b/package.json index 8aca6be..5b1f411 100644 --- a/package.json +++ b/package.json @@ -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, diff --git a/packages/index.ts b/packages/index.ts index 740ff88..0245b07 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -34,4 +34,5 @@ if (typeof window !== 'undefined' && window.Vue) { export default { // 导出的对象必须具备一个 install 方法 install, + ...components, };