quasar-ui-sellmate-ui-kit 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-sellmate-ui-kit",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -77,6 +77,7 @@
77
77
  v-model="paginationModel.page"
78
78
  :lastPage="pagesNumber"
79
79
  class="q-mt-md"
80
+ @update:modelValue="$emit('update:page', paginationModel.page)"
80
81
  />
81
82
  </div>
82
83
  </template>
@@ -183,6 +184,7 @@ export default defineComponent({
183
184
  }
184
185
  });
185
186
  return {
187
+ console,
186
188
  sTableRef,
187
189
  focusCell,
188
190
  isFocused,