Update room.core.vue

This commit is contained in:
syuilo 2026-05-14 21:26:24 +09:00
commit bcc965a19c

View file

@ -440,6 +440,7 @@ function expor() {
const dataStr = 'data:text/json;charset=utf-8,' + encodeURIComponent(JSON.stringify({
attachments,
def: controller.roomState.value,
v: roomSpecVersion,
}));
const dlAnchorElem = window.document.createElement('a');
dlAnchorElem.setAttribute('href', dataStr);