All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 1m33s
16 lines
179 B
Vue
16 lines
179 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<router-view></router-view>
|
|
</template>
|
|
|
|
<style scoped>
|
|
html, body, #app {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|