当前位置:主页 > >

vue - props 声明数组和对象操作

时间:2020-07-30 13:01:04 | 栏目: | 点击:

我就废话不多说了,大家还是直接看代码吧~

props: {
  array: {
    type: Array,
    default () {
      return []
    }
  },
  object: {
    type: Object,
    default () {
      return {}
    }
  }
}

补充知识:Vue项目中,要保证某个部分的高度,应该怎么设置

看代码吧~

.icons
  overflow: hidden
  height: 0
  padding-bottom: 50%
  background: green

您可能感兴趣的文章:

相关文章