This commit is contained in:
syuilo
2022-01-07 15:05:45 +09:00
parent 6558cd2f27
commit 82854236f3
4 changed files with 1 additions and 338 deletions

View File

@ -63,11 +63,6 @@ export default defineComponent({
injectFeaturedNote: v
});
},
taskmanager() {
os.popup(import('@/components/taskmanager.vue'), {
}, {}, 'closed');
},
}
});
</script>