master
LeeNux 2 years ago
parent 35e2cbb7ff
commit 8583a32713

@ -1,13 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8"/>
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Vite App</title> <title>Vite App</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>

@ -25,7 +25,7 @@ const router = createRouter({
}, { }, {
path: 'computed', path: 'computed',
name: 'computed', name: 'computed',
component: () => import('../views/computed.vue') component: () => import('../views/Computed.vue')
}, { }, {
path: 'turntable', path: 'turntable',
name: 'turntable', name: 'turntable',

Loading…
Cancel
Save