本地提交:AutoRobot 变更(不推送)

This commit is contained in:
AutoRobot Dev
2025-11-02 11:12:47 +07:00
parent c17711ae4c
commit a857f47849

View File

@@ -6,5 +6,4 @@
import { ref } from 'vue' import { ref } from 'vue'
import Area from './Area.vue'; import Area from './Area.vue';
const windowState = ref('最大化') const windowState = ref('最大化')
const handleUpdate = (next) => { windowState.value = next }
</script> </script>