Skip to content

Commit bc55770

Browse files
committed
whoops, still needs bootstrap & vue
1 parent fd27d9b commit bc55770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Mapping Commons</title>
6-
<!-- <script src="https://unpkg.com/vue"></script>-->
6+
<script src="https://unpkg.com/vue"></script>
77
<!-- <script src="./table-component/dist/mapping-commons-table.js"></script>-->
88

99
<link href="./table-component/dist/css/app.9c436301.css" rel="preload" as="style">
1010
<link href="./table-component/dist/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">
1111

12-
<!-- <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">-->
12+
<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">
1313
</head>
1414
<body>
1515

0 commit comments

Comments
 (0)