Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Vue3-ui</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Very clean Vue3 components styled with love and care to integrate nicely with Bulma CSS | Vue3-ui" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Very clean Vue3 components styled with love and care to integrate nicely with Bulma CSS | Vue3-ui" />
<meta property="og:description" content="Very clean Vue3 components styled with love and care to integrate nicely with Bulma CSS | Vue3-ui" />
<meta property="og:url" content="https://vue3.dev/" />
<meta property="og:image" content="/vue3-ui.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Very clean Vue3 components styled with love and care to integrate nicely with Bulma CSS | Vue3-ui" />
<meta name="twitter:description" content="Very clean Vue3 components styled with love and care to integrate nicely with Bulma CSS | Vue3-ui" />
<meta name="twitter:image" content="/vue3-ui.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
<body>
<div id="app"></div>
<script src="/app.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/components/header/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class="hidden-language-menu"
<div class="is-flex pt-2">
<v-navbar-item
v-for="l in intl.locales.value" :key="l"
:value="l"
:data-value="l"
class="mx-3 is-size-6 has-text-centered"
@click="changeLanguage(l)">
{{
Expand Down