update
This commit is contained in:
@@ -6,8 +6,8 @@ defineProps<{ value: string }>()
|
|||||||
const [copied, toggle] = useToggle()
|
const [copied, toggle] = useToggle()
|
||||||
const { start } = useTimeoutFn(() => toggle(false), 1000, { immediate: false })
|
const { start } = useTimeoutFn(() => toggle(false), 1000, { immediate: false })
|
||||||
|
|
||||||
const COPY = h(Icon, { icon: "emojione:clipboard" })
|
const COPY = h(Icon, { icon: "twemoji:clipboard" })
|
||||||
const OK = h(Icon, { icon: "noto-v1:check-mark" })
|
const OK = h(Icon, { icon: "twemoji:check-mark-button" })
|
||||||
|
|
||||||
function handleClick(value: string) {
|
function handleClick(value: string) {
|
||||||
copy(value)
|
copy(value)
|
||||||
|
|||||||
Reference in New Issue
Block a user