Skip to content

Commit 29e84d3

Browse files
committed
🐛 Lov 文件夹改大写,导致的注册问题
1 parent 638dc13 commit 29e84d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Lov/lovPlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Lov from '@/components/lov/Lov'
1+
import Lov from '@/components/Lov/Lov'
22

33
export default {
44
install: function (Vue) {

src/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Vue.prototype.fileAbsoluteUrl = function (relativeUrl) {
2525
import DictPlugin from '@/components/dict/dictPlugin'
2626
Vue.use(DictPlugin)
2727
// lov注册
28-
import LovPlugin from '@/components/lov/lovPlugin'
28+
import LovPlugin from '@/components/Lov/lovPlugin'
2929
Vue.use(LovPlugin)
3030

3131
Vue.config.productionTip = false

0 commit comments

Comments
 (0)