1 Star 0 Fork 4

hashMi / vue3-element-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cyan-Xmw 提交于 2022-06-13 18:27 . 发布Vue3.0组件到npm
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue3 + Element-plus table 组件二次封装</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/examples/main.ts"></script>
</body>
</html>
<style>
html,
body,
#app {
padding: 0px;
margin: 0px;
height: 100%;
}
</style>
JavaScript
1
https://gitee.com/hashMi/vue3-element-table.git
git@gitee.com:hashMi/vue3-element-table.git
hashMi
vue3-element-table
vue3-element-table
Cyan

搜索帮助