UNPKG

148 BJavaScriptView Raw
1export default {
2 data () {
3 return {
4 sm: ['apple'],
5 md: ['apple'],
6 lg: ['apple']
7 };
8 }
9};