11 2020 档案
摘要:1.下载 npm install vue-i18n 2.创建语言包 3.在main.js中引入 import VueI18n from "vue-i18n"; Vue.use(VueI18n); const i18n = new VueI18n({ locale: uni.getStorageSyn
阅读全文
摘要:1.ref实现,要写在mounted里面 <input type="text" v-model="name" ref="getFocus" /> <script> export default { data() { return { name: '' } }, mounted() { this.$r
阅读全文

浙公网安备 33010602011771号