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

浙公网安备 33010602011771号