2025-02-24 18:23:33 +08:00
|
|
|
<template>
|
2025-02-25 23:14:50 +08:00
|
|
|
<router-view />
|
2025-02-24 18:23:33 +08:00
|
|
|
</template>
|
|
|
|
|
2025-02-25 23:14:50 +08:00
|
|
|
<style>
|
|
|
|
#app {
|
|
|
|
width: 100%;
|
2025-02-28 20:14:37 +08:00
|
|
|
height: 100%;
|
2025-02-24 18:23:33 +08:00
|
|
|
}
|
|
|
|
</style>
|