nuxt-glorious 1.2.2-9 → 1.2.3-0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.2.2-9"
4
+ "version": "1.2.3-0"
5
5
  }
@@ -1,3 +1,4 @@
1
+ import { defineNuxtPlugin } from "#imports";
1
2
  export default defineNuxtPlugin((nuxtApp) => {
2
3
  nuxtApp.hook("app:beforeMount", () => {
3
4
  window.addEventListener("click", (event) => {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.2-9",
2
+ "version": "1.2.3-0",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",