Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Aug 17, 2024
1 parent 478026f commit f59471b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
10 changes: 3 additions & 7 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@
</template>

<script>
import { mapActions, mapGetters } from "vuex"
import NavToolbarMobile from "@/components/NavToolbarMobile"
import { mapGetters, mapActions } from "vuex"
import BaseLayout from "@/layouts/base"
import OnionButton from "@/components/OnionButton"
import OnionIcon from "@/components/OnionIcon"
import BaseLayout from "@/layouts/base"
import NavToolbarMobile from "@/components/NavToolbarMobile"
import VERSION from "@/version"
import UIExtensionSlot from "~/components/UIExtensionSlot.vue"
export default {
Expand Down Expand Up @@ -393,11 +393,7 @@ export default {
this.$vuetify.theme.dark = v
}
},
dark(v) {
this.$vuetify.theme.dark = v
},
},
beforeCreate() {
this.$utils.maybeEnableDarkTheme.call(this)
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@
"vue-server-renderer": "<2.7",
"vue-template-compiler": "<2.7",
"vuetify-loader": "1.7.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}
2 changes: 1 addition & 1 deletion pages/i/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
</template>

<script>
import CloseButton from "@/components/CloseButton"
import TabbedCheckout from "@/components/TabbedCheckout"
import CloseButton from "@/components/CloseButton"
export default {
auth: false,
components: {
Expand Down

0 comments on commit f59471b

Please sign in to comment.