mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
5 lines
72 B
Vue
5 lines
72 B
Vue
|
<template>
|
||
|
<div class="">
|
||
|
<router-view />
|
||
|
</div>
|
||
|
</template>
|