自定义组件传参

参数声明

export default {

  // 参数
  props: {
    items: Array,
  },
}

传递参数


你可能感兴趣的:(自定义组件传参)