Initial commit

This commit is contained in:
2026-05-22 14:01:36 +09:00
commit caae9f50c6
18 changed files with 2111 additions and 0 deletions
+9
View File
@@ -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>