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 faea45e commit c5e837aCopy full SHA for c5e837a
packages/stage-ui-live2d/src/components/scenes/Live2D.vue
@@ -46,7 +46,7 @@ const componentStateModel = defineModel<'pending' | 'loading' | 'mounted'>('mode
46
const live2dCanvasRef = ref<InstanceType<typeof Live2DCanvas>>()
47
48
const live2d = useLive2d()
49
-const { scale, position } = storeToRefs(live2d)
+const { position } = storeToRefs(live2d)
50
51
watch([componentStateModel, componentStateCanvas], () => {
52
componentState.value = (componentStateModel.value === 'mounted' && componentStateCanvas.value === 'mounted')
0 commit comments