Skip to content

Commit

Permalink
Add: コメントを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 26, 2023
1 parent 97ca26f commit e00a2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AudioDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const props =
const store = useStore();
const $q = useQuasar();
// $q.platform.is.mobileはブラウザとネイティブで別れているため、desktopでないときにスマホ版とする
const isMobile = computed(() => !$q.platform.is.desktop);
const supportedFeatures = computed(
Expand Down

0 comments on commit e00a2f5

Please sign in to comment.