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 20d6f79 commit 7a2895dCopy full SHA for 7a2895d
package/components/NanoContainer/index.vue
@@ -34,6 +34,8 @@
34
const resizeObserver = ref<ResizeObserver | null>(null);
35
const loading = ref(true);
36
37
+ console.log('onlyFullscreen', ctl.onlyFullscreen);
38
+ console.log('fullscreen', ctl.fullscreen);
39
const fullscreen = computed(() => {
40
return ctl.onlyFullscreen || ctl.fullscreen;
41
});
0 commit comments