mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
feat: scaffold elevator-front, alarm-front, front_acs Vue 2 projects
Former-commit-id: 083600ea51f3204ce90fccbf9b7c80e055d13f1c
This commit is contained in:
@@ -1,17 +1 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'App',
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
#app {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<template><div id="app"><router-view/></div></template><script>export default{name:'App'};</script><style>#app{height:100%;}</style>
|
||||
|
||||
Reference in New Issue
Block a user