v-viewer转化成cdn文件,优化包
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import {directive as viewer} from '../cdn/v-viewer/1.7.4/v-viewer'
|
||||
|
||||
const map = {
|
||||
throttle: {
|
||||
bind: function (el, obj) {
|
||||
@@ -24,7 +26,8 @@ const map = {
|
||||
el.style.display = 'none'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
viewer: viewer({debug: true})
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import CryptoJs from "crypto-js";
|
||||
import CryptoJs from "crypto-js";
|
||||
|
||||
/**
|
||||
* 密码加密工具
|
||||
|
||||
Reference in New Issue
Block a user