clear data

This commit is contained in:
Qiuxia Fan 2022-06-08 09:48:43 +08:00
parent 3c37d7c197
commit eac13da81d

View File

@ -67,6 +67,7 @@ onUnmounted(() => {
}
toRaw(monacoInstance.value).dispose();
monacoInstance.value = null;
demandLogStore.setLogs("");
});
watch(
() => demandLogStore.logs,