npm安装:
npm install --save js-md5
1.在需要使用的项目文件中引入:
import md5 from 'js-md5';
Vue.prototype.$md5 = md5; (main.js)
this.$md5('holle')
npm安装:
npm install --save js-md5
1.在需要使用的项目文件中引入:
import md5 from 'js-md5';
Vue.prototype.$md5 = md5; (main.js)
this.$md5('holle')