mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): incorrect package entry
This commit is contained in:
parent
e98e4e7ced
commit
10b7935977
@ -33,7 +33,7 @@ const components = [
|
||||
function install(Vue) {
|
||||
components.forEach(item => {
|
||||
if (item.install) {
|
||||
Vue.use(Component);
|
||||
Vue.use(item);
|
||||
} else if (item.name) {
|
||||
Vue.component(item.name, item);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user