const start = new Date(); const end = new Date(); end.setTime(end.get...
export function deepClone(data) { if (typeof data !== 'object' || type...
//可以采用計算屬性實現響應式 provide('listData', computed(() => { return state.listD...
{ root: true, // 當前配置為根配置,將不再從上級文件夾查找配置 parserOptions: { parser: 'babel...
查看已有tag git tag 本地打tag git tag <name> 遠程推送 tag git push origin <name>
// 數組去重 arr:數組;key:根據數組中為key的鍵名去重 filterArr(arr, key) { const hash ...
uuid(){ vars=[] varhexDigits='0123456789abcdef' for(vari=0;i<36;i++){ s[...
toolbox: { show : true, feature : { dataView : {show: true}, ...
lethref=‘’; window.open(href,'_blank','toolbar=yes,width=900,height=700')