File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Minecraft is an android game that takes players into a limitless world of creati
16
16
You can download Minecraft from the official, ** not** modified sources:
17
17
18
18
<script setup >
19
- import * as pkg from " vue-toastification"
20
- const { useToast } = pkg
19
+ import { useToast } from " vue-toastification" ;
20
+ import { ref } from " vue " ;
21
21
22
22
// Get toast interface
23
23
const toast = useToast ();
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export default defineConfig(() => {
11
11
} ,
12
12
ssr : {
13
13
noExternal : [
14
+ 'vue-toastification' ,
14
15
'@nolebase/vitepress-plugin-enhanced-readabilities' ,
15
16
'@nolebase/ui' ,
16
17
'@nolebase/vitepress-plugin-enhanced-readabilities/client' ,
You can’t perform that action at this time.
0 commit comments