16 lines
142 B
Vue
16 lines
142 B
Vue
<template>
|
|
<div>
|
|
other
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'otherChartConfig'
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|