8 lines
129 B
Vue
8 lines
129 B
Vue
|
<template>
|
||
|
<div>vocDetectionIndication</div>
|
||
|
</template>
|
||
|
<script>
|
||
|
export default {
|
||
|
name: 'VocDetectionIndication'
|
||
|
}
|
||
|
</script>
|