Vue.component("label-on", { props: ["v-is-on"], template: '
已启用已关闭
' })