Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Nov 8, 2024
1 parent b486a86 commit be96070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/BasicWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ export default defineComponent({
// };
watch(
() => locale,
() => locale.value,
(newVal) => {
console.log('local newVal', locale);
console.log('local newVal', newVal);
iframeRef.value.contentWindow.postMessage(
{
message: 'theme_update',
Expand Down

0 comments on commit be96070

Please sign in to comment.