Files
specialsource-homepage-fron…/src/App.vue
T
2026-05-22 14:01:36 +09:00

9 lines
219 B
Vue

<template>
<router-view />
</template>
<style>
/* 전역 초기화 스타일 */
body, html { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #f1f5f9; }
#app { width: 100%; height: 100%; }
</style>