mirror of
https://github.com/headporter81/specialsource-homepage-frontend.git
synced 2026-08-08 15:21:11 +09:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
/* 전역 초기화 스타일 */
|
||||
body, html { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #f1f5f9; }
|
||||
#app { width: 100%; height: 100%; }
|
||||
</style>
|
||||
Reference in New Issue
Block a user