mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
fix: selector bug
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -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>
|
||||
Reference in New Issue
Block a user