vueless 0.0.334 → 0.0.335
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
|
@@ -213,8 +213,6 @@ export default function useAttrs(props, { isShownMenu, isTop, isRight, isPeriod
|
|
|
213
213
|
return attrs.periodDateListAttrs.value;
|
|
214
214
|
});
|
|
215
215
|
|
|
216
|
-
console.log(attrs.customRangeDescription);
|
|
217
|
-
|
|
218
216
|
const periodDatesMenuAttrs = computed(() => ({
|
|
219
217
|
periodsRowAttrs: attrs.periodsRowAttrs.value,
|
|
220
218
|
periodButtonAttrs: attrs.periodButtonAttrs.value,
|