Skip to content

Commit 7bcb203

Browse files
committed
Set supportsNFC default=false.
1 parent 775d54a commit 7bcb203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NfcShare.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
const lenMaxNfcBytes = 32768;
4343
4444
// Refs
45-
const supportsNfc = ref(true);
45+
const supportsNfc = ref(false);
4646
const isSharing = ref(false);
4747
4848
// watch

0 commit comments

Comments
 (0)