diff --git a/litemall-admin/package.json b/litemall-admin/package.json index 021daa4f..53ff1dd3 100644 --- a/litemall-admin/package.json +++ b/litemall-admin/package.json @@ -13,8 +13,7 @@ "lint": "eslint --ext .js,.vue src", "test:unit": "jest --clearCache && vue-cli-service test:unit", "test:ci": "npm run lint && npm run test:unit", - "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", - "new": "plop" + "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" }, "husky": { "hooks": { @@ -56,6 +55,7 @@ "jszip": "3.2.1", "normalize.css": "7.0.0", "nprogress": "0.2.0", + "path-to-regexp": "2.4.0", "screenfull": "4.2.0", "vue": "2.6.10", "vue-count-to": "1.0.13", diff --git a/litemall-admin/src/components/Breadcrumb/index.vue b/litemall-admin/src/components/Breadcrumb/index.vue index be1d7b50..5dc482c0 100644 --- a/litemall-admin/src/components/Breadcrumb/index.vue +++ b/litemall-admin/src/components/Breadcrumb/index.vue @@ -1,9 +1,9 @@