fix: selector bug

This commit is contained in:
xiaoxian521
2021-04-12 20:30:00 +08:00
parent 78d9c17201
commit 7bd09e9899
3 changed files with 43 additions and 38 deletions

View File

@@ -1,14 +1,3 @@
<template>
<router-view />
</template>
<script lang='ts'>
import * as echarts from 'echarts'
import { provide } from 'vue'
export default {
setup(){
provide('echarts', echarts)
}
}
</script>
</template>