Skip to content

Commit 7a2895d

Browse files
committed
Update: 主题样式更新
1 parent 20d6f79 commit 7a2895d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/components/NanoContainer/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
const resizeObserver = ref<ResizeObserver | null>(null);
3535
const loading = ref(true);
3636
37+
console.log('onlyFullscreen', ctl.onlyFullscreen);
38+
console.log('fullscreen', ctl.fullscreen);
3739
const fullscreen = computed(() => {
3840
return ctl.onlyFullscreen || ctl.fullscreen;
3941
});

0 commit comments

Comments
 (0)