Ai
1 Star 15 Fork 1

wuhaoxiang/vue3-json-excel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuhaoxiang 提交于 2021-12-14 12:44 +08:00 . 🚀 1.0.8版本
import Vue3JsonExcel from './src/components/json-excel.vue'
// src/main.js
import { version } from './package.json';
const VERSION = version
console.log('version:'+ VERSION)
const install=(app)=>{
app.component(Vue3JsonExcel.name, Vue3JsonExcel )
}
export default {
Vue3JsonExcel,
install
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wuhaoxiang/vue3-json-excel.git
git@gitee.com:wuhaoxiang/vue3-json-excel.git
wuhaoxiang
vue3-json-excel
vue3-json-excel
master

搜索帮助