dev-audioprocessing/app.vue

6 lines
58 B
Vue
Raw Normal View History

2022-12-11 23:14:06 +00:00
<template>
<div>
2022-12-11 23:33:34 +00:00
<router-view/>
2022-12-11 23:14:06 +00:00
</div>
</template>