UNPKG

99 BJavaScriptView Raw
1export default {
2 data () {
3 return {
4 checked: ['apple']
5 };
6 }
7};