Skip to content

Commit

Permalink
[Fix] Theme button on page #12
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jan 4, 2024
1 parent 2423a13 commit f103a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<template>
<NuxtPage />
<FloatingThemeButton />

Check failure on line 3 in app.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, lts/*)

The template root requires exactly one element
</template>
<script setup>
import FloatingThemeButton from "~/components/FloatingThemeButton.vue";

Check failure on line 6 in app.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, lts/*)

Strings must use singlequote

Check failure on line 6 in app.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, lts/*)

Extra semicolon
</script>

0 comments on commit f103a2a

Please sign in to comment.