Skip to content

Commit

Permalink
🐛 Lov 文件夹改大写,导致的注册问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Apr 2, 2021
1 parent 638dc13 commit 29e84d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Lov/lovPlugin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Lov from '@/components/lov/Lov'
import Lov from '@/components/Lov/Lov'

export default {
install: function (Vue) {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29e84d3

Please sign in to comment.