diff --git a/commontable/configuration/index.vue b/commontable/configuration/index.vue index 443456b..f66d5f3 100644 --- a/commontable/configuration/index.vue +++ b/commontable/configuration/index.vue @@ -40,7 +40,9 @@ import ButtonGrop from "./buttongrop"; import QC from "./qc.vue"; import RefExp from "./refexp"; import SetUp from "./setup"; + export default { + name: "erpConfiguration", components: { ButtonGrop, QC, RefExp, SetUp }, props: [ "buttonlist", diff --git a/index.js b/index.js index e10d8ca..32c7978 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,7 @@ import XyTable from "./commontable/xyTable.vue"; import YsTable from "./commontable/ysTable.vue"; import Tablepagination from "./commontable/tablepagination.vue"; import Tabletabs from "./commontable/tabletabs.vue"; +import Configuration from "./commontable/configuration/index.vue"; const componentarr = [ appTitle, @@ -27,7 +28,8 @@ const componentarr = [ XyTable, YsTable, Tablepagination, - Tabletabs + Tabletabs, + Configuration ]; const install = function (Vue) { diff --git a/package.json b/package.json index 81ae564..44bad15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "erp-element-ui", - "version": "1.0.19", + "version": "1.0.21", "description": "", "main": "index.js", "scripts": {