From 29e84d336d189150d71855e01d77111c73141f39 Mon Sep 17 00:00:00 2001 From: hccake Date: Fri, 2 Apr 2021 17:04:38 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20Lov=20=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E6=94=B9=E5=A4=A7=E5=86=99=EF=BC=8C=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Lov/lovPlugin.js | 2 +- src/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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