Skip to content

Commit

Permalink
fix: resolve issues with blank download page
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 committed Oct 13, 2024
1 parent 598da15 commit 6fe3946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Minecraft is an android game that takes players into a limitless world of creati
You can download Minecraft from the official, **not** modified sources:

<script setup>
import * as pkg from "vue-toastification"
const { useToast } = pkg
import { useToast } from "vue-toastification";
import { ref } from "vue";

// Get toast interface
const toast = useToast();
Expand Down
1 change: 1 addition & 0 deletions docs/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig(() => {
},
ssr: {
noExternal: [
'vue-toastification',
'@nolebase/vitepress-plugin-enhanced-readabilities',
'@nolebase/ui',
'@nolebase/vitepress-plugin-enhanced-readabilities/client',
Expand Down

0 comments on commit 6fe3946

Please sign in to comment.