npm安装:
npm install --save js-md5
在main.js文件中将md5引入Vue原型链
import md5 from 'js-md5' //引入md5
Vue.prototype.$md5 = md5
页面中使用
this.$md5("加密内容")