摘要: 1.在components文件夹下新建一个test.vue,global.js代码如下: import Vue from 'vue' function changeStr (str) { return str.charAt(0).toUpperCase() + str.slice(1) } cons 阅读全文
posted @ 2021-02-04 11:25 董七 阅读(779) 评论(0) 推荐(0) 编辑