Inndy / vue-clipboard2

A simple vue2 binding to clipboard.js

Home Page:https://vue-clipboard2.inndy.tw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v-clipboard:cut is not work

ZQCinderella opened this issue · comments

如果binding.args是cut的话,实际上是不生效的,没有复制成功,也没有剪切成功

commented

This binding library do not support cut operation since it takes input form variables. You can clear data in the input box after the copy operation succeed. Otherwise you should use clipboard.js directly.