Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
fb0sh committed Nov 10, 2024
1 parent e0b127a commit 82efb75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
Jwt: typeof import('./src/components/Jwt.vue')['default']
}
}
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Vuetify 3</title>
</head>
<title>JWT-ALL</title>
</head>

<body>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

</body>
</html>

0 comments on commit 82efb75

Please sign in to comment.