Skip to content

Commit 27f4c86

Browse files
committed
built the table as a webcomponent
1 parent 5bdda75 commit 27f4c86

File tree

6 files changed

+17987
-1
lines changed

6 files changed

+17987
-1
lines changed

table/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
3-
/dist
3+
44

55

66
# local env files

table/dist/demo.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<meta charset="utf-8">
2+
<title>mapping-commons-table demo</title>
3+
<script src="https://unpkg.com/vue"></script>
4+
<script src="./mapping-commons-table.js"></script>
5+
6+
7+
<mapping-commons-table></mapping-commons-table>
8+

0 commit comments

Comments
 (0)