vant imageView组件注册


// 局部注册
export default {
  components: {
    [ImagePreview.Component.name]: ImagePreview.Component,
  },
};

与其余组件注册方式需区分开

相关