We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638dc13 commit 29e84d3Copy full SHA for 29e84d3
src/components/Lov/lovPlugin.js
@@ -1,4 +1,4 @@
1
-import Lov from '@/components/lov/Lov'
+import Lov from '@/components/Lov/Lov'
2
3
export default {
4
install: function (Vue) {
src/main.js
@@ -25,7 +25,7 @@ Vue.prototype.fileAbsoluteUrl = function (relativeUrl) {
25
import DictPlugin from '@/components/dict/dictPlugin'
26
Vue.use(DictPlugin)
27
// lov注册
28
-import LovPlugin from '@/components/lov/lovPlugin'
+import LovPlugin from '@/components/Lov/lovPlugin'
29
Vue.use(LovPlugin)
30
31
Vue.config.productionTip = false
0 commit comments