diff --git a/src/components/Lov/lovPlugin.js b/src/components/Lov/lovPlugin.js index eff5466..64f1a6f 100644 --- a/src/components/Lov/lovPlugin.js +++ b/src/components/Lov/lovPlugin.js @@ -1,4 +1,4 @@ -import Lov from '@/components/lov/Lov' +import Lov from '@/components/Lov/Lov' export default { install: function (Vue) { diff --git a/src/main.js b/src/main.js index 93a474e..25f6597 100644 --- a/src/main.js +++ b/src/main.js @@ -25,7 +25,7 @@ Vue.prototype.fileAbsoluteUrl = function (relativeUrl) { import DictPlugin from '@/components/dict/dictPlugin' Vue.use(DictPlugin) // lov注册 -import LovPlugin from '@/components/lov/lovPlugin' +import LovPlugin from '@/components/Lov/lovPlugin' Vue.use(LovPlugin) Vue.config.productionTip = false