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 阅读全文
posted @ 2020-11-13 11:42 无痕-范特西 阅读(7187) 评论(0) 推荐(0)
摘要:1.ref实现,要写在mounted里面 <input type="text" v-model="name" ref="getFocus" /> <script> export default { data() { return { name: '' } }, mounted() { this.$r 阅读全文
posted @ 2020-11-05 14:29 无痕-范特西 阅读(2094) 评论(0) 推荐(0)