Added Reaction component to use and fixed some warning from vue

This commit is contained in:
Dominic Villemure
2024-08-24 18:37:29 -04:00
parent 268c1618fa
commit d0582185d2
9 changed files with 317 additions and 40 deletions

View File

@@ -2,10 +2,11 @@
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hutopy</title>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://js.stripe.com https://accounts.google.com 'unsafe-eval';">
<title>Hutopy</title>
</head>
<body>