@mythpe/quasar-ui-qui 0.2.12 → 0.2.13
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
|
@@ -292,7 +292,7 @@ defineOptions({
|
|
|
292
292
|
@update:model-value="dateRef = $event ?? null"
|
|
293
293
|
>
|
|
294
294
|
<template #default>
|
|
295
|
-
<div class="row items-center justify-
|
|
295
|
+
<div class="row items-center justify-between">
|
|
296
296
|
<MBtn
|
|
297
297
|
v-close-popup
|
|
298
298
|
color="secondary"
|
|
@@ -320,7 +320,7 @@ defineOptions({
|
|
|
320
320
|
}"
|
|
321
321
|
@update:model-value="dateRef = $event ?? null"
|
|
322
322
|
>
|
|
323
|
-
<div class="row items-center justify-
|
|
323
|
+
<div class="row items-center justify-between">
|
|
324
324
|
<MBtn
|
|
325
325
|
v-close-popup
|
|
326
326
|
color="secondary"
|