Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 9, 2023
1 parent 6fb0dd1 commit 3aee755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useClipboard/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { UseClipboardOptions } from '@vueuse/core'

interface UseClipboardProps<Source = string> extends UseClipboardOptions<Source> {}

export const UseClipboard = /*#__PURE__*/ defineComponent<UseClipboardProps>({
export const UseClipboard = /* #__PURE__ */ defineComponent<UseClipboardProps>({
name: 'UseClipboard',
props: [
'source',
Expand Down

0 comments on commit 3aee755

Please sign in to comment.