保存进度

This commit is contained in:
2026-02-06 01:01:30 +08:00
parent f6f9543455
commit e9c3aee252
2 changed files with 15 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ import * as ElementPlusIconsVue from "@element-plus/icons-vue";
import "element-plus/dist/index.css";
// eslint-disable-next-line
const app = createApp( AppMain );
app.use( ElementPlus );
@@ -29,5 +28,4 @@ for ( const [key, component,] of Object.entries( ElementPlusIconsVue ))
app.mount( "#app" );
// eslint-disable-next-line
// createApp( App ).mount( "#app" );