摘要:
vue3引入vue-i18n警告: bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean liter 阅读全文
摘要:
vue-property-decorator 混入(mixins) // mixins.ts import { Vue } from 'vue-property-decorator' class Mixins extends Vue { public name = '混入' public say() 阅读全文