增加截图预览功能,并使用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,6 +3,7 @@ import App from './App.vue'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
const app = createApp(App)