We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d31783 commit 6fb4a67Copy full SHA for 6fb4a67
src/components/crossPlatforms.vue
@@ -9,7 +9,7 @@ const currenClickPlatform = ref('');
9
if (deviceType.value !== 'other') {
10
currenClickPlatform.value = deviceType.value;
11
} else {
12
- deviceType.value = 'linux';
+ deviceType.value = 'mac';
13
}
14
15
function showCode(type: string) {
0 commit comments