/
home
/
henzagold
/
site
/
plugins
/
File Upload :
llllll
Current File: /home/henzagold/site/plugins/global.js
import Vue from 'vue' Vue.prototype.$witheSpaceToDash = function (value){ return value.replace(/\s+/g, '-'); }; Vue.prototype.$copyToClipboard = function (value){ const el = document.createElement('textarea'); el.value = value; el.setAttribute('readonly', ''); el.style.position = 'absolute'; el.style.left = '-9999px'; document.body.appendChild(el); el.select(); document.execCommand('copy'); document.body.removeChild(el); };
Copyright ©2k19 -
Hexid
|
Tex7ure