Skip to content

Commit dc0e05e

Browse files
committed
including the dist files manually, just to confirm that works
1 parent 7feee64 commit dc0e05e

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<meta charset="UTF-8">
55
<title>Mapping Commons</title>
66
<script src="https://unpkg.com/vue"></script>
7-
<!-- <script src="./table-component/dist/mapping-commons-table.js"></script>-->
87

98
<link href="/css/app.9c436301.css" rel="preload" as="style">
10-
<link href="/css/chunk-vendors.55204a1e.css" rel="preload" as="style"><link href="/js/app.31d39cf7.js" rel="preload" as="script"><link href="/js/chunk-vendors.2aaa3490.js" rel="preload" as="script"><link href="/css/chunk-vendors.55204a1e.css" rel="stylesheet"><link href="/css/app.9c436301.css" rel="stylesheet">
9+
<link href="/css/chunk-vendors.55204a1e.css" rel="preload" as="style">
10+
<link href="/js/app.66056a8b.js" rel="preload" as="script">
11+
<link href="/js/chunk-vendors.2aaa3490.js" rel="preload" as="script">
1112

1213
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
1314
</head>
@@ -33,10 +34,10 @@ <h1>Mapping Commons</h1>
3334
</div>
3435

3536

36-
<mapping-commons-table></mapping-commons-table>
37+
<div id="app"></div>
3738

3839
<script src="/js/chunk-vendors.2aaa3490.js"></script>
39-
<script src="/js/app.31d39cf7.js"></script>
40+
<script src="/js/app.66056a8b.js"></script>
4041

4142
</body>
4243
</html>

js/app.31d39cf7.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)