mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-10 12:27:49 +00:00
Saving all progress
This commit is contained in:
9
node_modules/vue-sonner/lib/nuxt/runtime/plugin.js
generated
vendored
Normal file
9
node_modules/vue-sonner/lib/nuxt/runtime/plugin.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { toast } from "vue-sonner";
|
||||
import { defineNuxtPlugin } from "nuxt/app";
|
||||
export default defineNuxtPlugin(() => {
|
||||
return {
|
||||
provide: {
|
||||
toast
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user