nuxt-glorious 0.8.3 → 0.8.4

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": "0.8.3"
4
+ "version": "0.8.4"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  <script lang="ts" setup>
2
- import { watch } from "#imports";
2
+ import { watch, ref } from "#imports";
3
3
  const props = defineProps({
4
4
  currentPage: {
5
5
  required: true,
@@ -60,6 +60,7 @@ const arrowNext = () => {
60
60
  v-if="props.currentPage && props.lastPage !== 1"
61
61
  class="w-max glorious-paginate"
62
62
  >
63
+ ds
63
64
  <div>
64
65
  <GIcon
65
66
  :color="props.currentPage !== 1 ? '#000' : '#cbd5e1'"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.3",
2
+ "version": "0.8.4",
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",