Ai
1 Star 5 Fork 1

华王/vue+echart组件库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
huawang 提交于 2021-06-20 15:04 +08:00 . vue+echart组件库
<template>
<div id="app" v-cloak>
<router-view/>
</div>
</template>
<script>
export default {
name: "App"
};
</script>
<style lang="scss">
#app {
width: 100%;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HuaWang400/vue-chart-component-library.git
git@gitee.com:HuaWang400/vue-chart-component-library.git
HuaWang400
vue-chart-component-library
vue+echart组件库
master

搜索帮助