Skip to content

Commit 6d63cb7

Browse files
authored
Forked to make this change
Forked to fix: Maronato#337
1 parent 391be52 commit 6d63cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composition/nuxt/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { useContext } = require("@nuxtjs/composition-api"); // eslint-disable-line @typescript-eslint/no-var-requires
22

3-
export const useToast = () => useContext().app.$toast;
3+
const useToast = () => useContext().app.$toast;
44

55
module.exports = { useToast };

0 commit comments

Comments
 (0)