1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-13 07:04:21 +08:00

fix: Search menu into navbar. (#497)

This commit is contained in:
Edwin Betancourt 2020-05-16 11:19:55 -04:00 committed by GitHub
parent 5652d48f96
commit 603532a09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@
"echarts": "4.7.0", "echarts": "4.7.0",
"element-ui": "2.13.1", "element-ui": "2.13.1",
"file-saver": "2.0.2", "file-saver": "2.0.2",
"fuse.js": "5.2.3", "fuse.js": "3.4.4",
"js-cookie": "2.2.1", "js-cookie": "2.2.1",
"jsonlint": "1.6.3", "jsonlint": "1.6.3",
"jszip": "3.4.0", "jszip": "3.4.0",
@ -66,7 +66,7 @@
"moment": "^2.24.0", "moment": "^2.24.0",
"normalize.css": "8.0.1", "normalize.css": "8.0.1",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"path-to-regexp": "6.1.0", "path-to-regexp": "2.4.0",
"screenfull": "5.0.2", "screenfull": "5.0.2",
"script-loader": "0.7.2", "script-loader": "0.7.2",
"showdown": "1.9.1", "showdown": "1.9.1",
@ -87,7 +87,7 @@
"xlsx": "0.15.6" "xlsx": "0.15.6"
}, },
"devDependencies": { "devDependencies": {
"@adempiere/grpc-core-client": "^1.0.3", "@adempiere/grpc-core-client": "^1.0.4",
"@babel/core": "7.9.0", "@babel/core": "7.9.0",
"@babel/register": "7.9.0", "@babel/register": "7.9.0",
"@vue/cli-plugin-babel": "4.3.1", "@vue/cli-plugin-babel": "4.3.1",