UNPKG

94 BJavaScriptView Raw
1export default {
2 data () {
3 return {
4 checked: true
5 };
6 }
7};