there is a front-end framework called VUX, which contains all the functions
.import { Checker, CheckerItem } from "vux"
export default {
  components: {
    Checker,
    CheckerItem
  }
}
then you can use custom tags
 <checker-item value="1">{{ $t("") }}</checker-item>
how do you do this? (if you understand the principle, you probably understand it, but what are you going to use if you put it into practice?
