后台管理框架搭建

This commit is contained in:
2023-07-09 19:05:48 +08:00
parent 42f2f6d503
commit 02b58972d6
23 changed files with 1001 additions and 99 deletions

View File

@@ -0,0 +1,31 @@
<template>
<div style="display: flex;flex-direction: ">
</div>
</template>
<script>
import * as echarts from 'echarts'
import Vue from "vue";
Vue.prototype.$echarts = echarts;
export default {
data() {
return {
}
},
methods: {
},
mounted() {
}
}
</script>
<style scoped>
</style>