diff --git a/package.json b/package.json index 0c227b0..361959c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-preloader", "description": "Vue-Preloader is a versatile and easy-to-use Vue.js component that allows you to add loading animations to your Vue.js or Nuxt.js projects. It is compatible with both Vue 2 and Vue 3.", - "version": "1.1.1", + "version": "1.1.2", "private": false, "homepage": "https://vue-preloader.com/", "author": { diff --git a/src/App.vue b/src/App.vue index 7699ceb..aad7aab 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ const showAnimation = ref(true)