Appearance
响应式的剪贴板 API。
import { useClipboard } from '@base-web-kits/base-tools-vue'; const { text, copy, isSupported } = useClipboard();
(Object)