UNPKG

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