desktop/frontend/src/App.vue
<template>
<div>
<div class="router-view">
<router-view/>
</div>
</div>
</template>
| homepage: | https://compounddata.com/projects/penny |
| git clone: | https://git.compounddata.com/penny |
| summary | history | files |
<template>
<div>
<div class="router-view">
<router-view/>
</div>
</div>
</template>