Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoopertempleclause committed Jun 23, 2024
1 parent 2f4b9c2 commit 4a35db8
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 58 deletions.
File renamed without changes
5 changes: 0 additions & 5 deletions assets/index-51eb524b.css

This file was deleted.

47 changes: 0 additions & 47 deletions assets/index-6e1e2cc0.js

This file was deleted.

5 changes: 5 additions & 0 deletions assets/index-DzeQa2O1.css

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions assets/index-pH3mtOD5.js

Large diffs are not rendered by default.

File renamed without changes
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue3-Snackbar: Demonstration</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="./favicon.png">
<script type="module" crossorigin src="/vue3-snackbar/assets/index-6e1e2cc0.js"></script>
<link rel="stylesheet" href="/vue3-snackbar/assets/index-51eb524b.css">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="icon" type="image/png" href="./favicon.png" />
<script type="module" crossorigin src="/vue3-snackbar/assets/index-pH3mtOD5.js"></script>
<link rel="stylesheet" crossorigin href="/vue3-snackbar/assets/index-DzeQa2O1.css">
</head>

<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 4a35db8

Please sign in to comment.