mirror of
https://github.com/headporter81/specialsource-homepage-frontend.git
synced 2026-08-08 15:21:11 +09:00
9 lines
219 B
Vue
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> |