@3cr/viewer-browser 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/playground/index.html
CHANGED
|
@@ -582,7 +582,7 @@ const props = withDefaults(defineProps<Props>(), {
|
|
|
582
582
|
})
|
|
583
583
|
});
|
|
584
584
|
|
|
585
|
-
const emptyPayload =
|
|
585
|
+
const emptyPayload = { Version: '1.1.0' };
|
|
586
586
|
|
|
587
587
|
const value = ref<boolean>(false);
|
|
588
588
|
const drawer = ref<boolean>(true);
|