index
:
host.fuwn.me
dependabot/npm_and_yarn/axios-0.21.2
dependabot/npm_and_yarn/follow-redirects-1.14.8
dependabot/npm_and_yarn/path-parse-1.0.7
dependabot/npm_and_yarn/ssri-6.0.2
dependabot/npm_and_yarn/tmpl-1.0.5
dependabot/npm_and_yarn/ws-6.2.2
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
site
/
plugins
/
v-clipboard.js
blob: f1f6b5314ab7278bef16f08ccf1e1c8d635957c5 (
plain
) (
blame
)
1
2
3
4
import
Vue
from
'vue'
;
import
Clipboard
from
'v-clipboard'
;
Vue
.
use
(
Clipboard
);