Skip to content

Commit

Permalink
fix: set 2d as default
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 3, 2024
1 parent b83c3ff commit b86854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stage/src/components/MainStage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const {
const { audioContext, calculateVolume } = useAudioContext()
const { process } = useMarkdown()
const selectedStageView = ref<string>('')
const selectedStageView = ref<string>('2d')
const listening = ref(false)
const live2DViewerRef = ref<{ setMotion: (motionName: string) => Promise<void> }>()
const supportedModels = ref<{ id: string, name?: string }[]>([])
Expand Down

0 comments on commit b86854d

Please sign in to comment.