MeterSphere/workstation/frontend/src/App.vue

6 lines
68 B
Vue

<template>
<div id="app">
<router-view/>
</div>
</template>