mpvue-calendar icon indicating copy to clipboard operation
mpvue-calendar copied to clipboard

📅 A calendar component for vue3.0. Support gesture sliding, range selection, according to the week switch...

Results 57 mpvue-calendar issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 Release notes Sourced from json5's...

dependencies

我尝试了使用css强制修改日历的宽高但效果不是很好,请问有没有什么配置信息可以进行修改

key不能有补0,例如2022-01-01无效果,需改成2022-1-1。希望作者优化下,太不方便了,每次要转换

export default { name: "SignCalendar", components: { Calendar, }, setup() { const remarks = ref({'2022-11-23': ''}) let currentYear = new Date().getFullYear(); let currentMonth = new Date().getMonth()+1; let currentDate = new...