增加截图预览功能,并使用Composition API重写代码

This commit is contained in:
2025-02-23 23:41:15 +08:00
parent 5e8a76f6c5
commit 7f34930969
5 changed files with 188 additions and 111 deletions

View File

@@ -3,7 +3,7 @@ import Yys from './components/Yys.vue'
</script>
<template>
<main>
<main id="main-container">
<Yys />
</main>
</template>