Files
starRiverProperty/frontend-source/projects/front_acs/src/App.vue
T
反编译工作区 dff95489a8 feat: scaffold elevator-front, alarm-front, front_acs Vue 2 projects
Former-commit-id: 083600ea51f3204ce90fccbf9b7c80e055d13f1c
2026-04-29 13:05:27 +08:00

2 lines
133 B
Vue

<template><div id="app"><router-view/></div></template><script>export default{name:'App'};</script><style>#app{height:100%;}</style>