vue-tool-plugin: vue 常用工具、方法 集合 GitHub 源码 npm 包 安装 npm install vue-tool-plugin --save-devyarn add vue-tool-plugin 使用 main.js引入 import vueTool from 'vue-tool-plugin' Vue.use(vueTool) .vue使用 console.log(this.$tool)