fix build errors

This commit is contained in:
hay-kot
2021-11-06 15:03:12 -08:00
parent c1ba8dcd86
commit 60275447f0
6 changed files with 6 additions and 6 deletions

View File

@@ -246,8 +246,7 @@ export default defineComponent({
const { share, isSupported: shareIsSupported } = useShare();
const source = ref("");
const { copy } = useClipboard({ source });
const { copy } = useClipboard();
async function handleShareEvent() {
if (shareIsSupported) {