1.npm install --save js-md5? 安裝
2.全局引入
import?md5 from?'js-md5';
Vue.prototype.$md5 = md5;
使用:
this.$md5('這是加密的內(nèi)容')?
3.在頁面單獨使用
import?md5 from?'js-md5';
md5('你要加密的內(nèi)容')
1.npm install --save js-md5? 安裝
2.全局引入
import?md5 from?'js-md5';
Vue.prototype.$md5 = md5;
使用:
this.$md5('這是加密的內(nèi)容')?
3.在頁面單獨使用
import?md5 from?'js-md5';
md5('你要加密的內(nèi)容')