vueless 0.0.683 → 0.0.684

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": "vueless",
3
- "version": "0.0.683",
3
+ "version": "0.0.684",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -261,7 +261,10 @@ function getDatePeriodState(date: DatePeriodRange) {
261
261
  </div>
262
262
 
263
263
  <div v-if="isDatePeriodOutOfRange" v-bind="attrs.periodDateListAttrs.value">
264
- <template v-for="date in periodDateList" :key="date.title">
264
+ <template
265
+ v-for="date in periodDateList"
266
+ :key="date.title + date.startRange.toISOString() + date.endRange.toISOString()"
267
+ >
265
268
  <UButton
266
269
  v-if="getDatePeriodState(date).isSelected && getDatePeriodState(date).isCurrentDate"
267
270
  filled