DataPrice 数据展示
... 2021-7-29 Less than 1 minute
Tips
2.0.5+
<avue-data-price :option="option"></avue-data-price>
<script>
export default {
data() {
return {
option: {
span: 6,
data: [
{
title: '日套餐',
price: 20,
append: '1 / 天',
click: function () {
alert('弹窗');
},
list: ['1天的使用时间', '支持pc客户端', '支持vue的全部体系', '一个神奇的框架']
}, {
title: '周套餐',
price: 30,
append: '7 / 天',
click: function () {
alert('弹窗');
},
list: ['1天的使用时间', '支持pc客户端', '支持vue的全部体系', '一个神奇的框架']
}, {
title: '月套餐',
price: 40,
append: '30 / 天',
click: function () {
alert('弹窗');
},
list: ['1天的使用时间', '支持pc客户端', '支持vue的全部体系', '一个神奇的框架']
}, {
title: '年套餐',
price: 50,
append: '360 / 天',
click: function () {
alert('弹窗');
},
list: ['1天的使用时间', '支持pc客户端', '支持vue的全部体系', '一个神奇的框架']
}
]
}
}
},
}
</script>
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
animation | 是否动画 | Boolean | false/true | true |
decimals | 小数点位数 | Number | — | 0 |
span | 栅格数 | String | — | 8 |
data | 数据 | Array | — | - |
This app can be installed on your PC or mobile device. This will allow this web app to look and behave like any other installed app. You will find it in your app lists and be able to pin it to your home screen, start menus or task bars. This installed web app will also be able to safely interact with other apps and your operating system.