Skip to content

Commit

Permalink
Code: コメントを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 26, 2023
1 parent e00a2f5 commit aefceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AudioDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const props =
const store = useStore();
const $q = useQuasar();
// $q.platform.is.mobileはブラウザとネイティブで別れているため、desktopでないときにスマホ版とする
// $q.platform.is.mobileはネイティブ(Capacitor)の場合falseになるため、desktopを反転させてスマホかどうかを判定する
const isMobile = computed(() => !$q.platform.is.desktop);
const supportedFeatures = computed(
Expand Down

0 comments on commit aefceec

Please sign in to comment.