04 2021 档案

摘要:https://youzan.github.io/vant/#/zh-CN/uploader 阅读全文
posted @ 2021-04-15 14:03 武向前 阅读(94) 评论(0) 推荐(0)
摘要:在这家公司一个项目, 需要添加英文版本,就是中英文化了,直接上代码 1,首先是main.js页面做配置 import VueI18n from 'vue-i18n' Vue.use(VueI18n) // 通过插件的形式挂载 const i18n = new VueI18n({ //locale: 阅读全文
posted @ 2021-04-14 14:36 武向前 阅读(565) 评论(0) 推荐(0)
摘要:直接上代码 created(){ let that = this document.onkeypress = function(e) { var keycode = document.all ? event.keyCode : e.which; if (keycode == 13) { //that 阅读全文
posted @ 2021-04-01 09:54 武向前 阅读(66) 评论(0) 推荐(0)