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

使用uni app引用该组件,已将click时间修改为tap事件,app上运行,选中日期仍有延迟.

disabledArray 和 isrange同时使用的时候,disabledArray的日期依然可以选择。 另一个问题是否能在加一个参数,比如在我在选择这个日期后做一个验证,验证后才能显示为选择状态。

vue3代码如下---------------------- import Calendar from 'mpvue-calendar' const activeName = ref("one") const remarks = ref({'2023-4-13': 'some tings'}) const next=function(){} const prev=function(){} 报错输入如下------------------------------------------------ vue-router.mjs:3434 TypeError: 'set' on proxy: trap returned falsish for property...

由于设置 `mode="monthRange"` 就没有左右按钮了,所以尝试自己写了一个,代码如下: ```javascript const monthRange = ref(['2021-2', '2021-3']) const changeDate = (data, direction) => { let dataArray = [] data.forEach(item => { let year = item.slice(0, item.indexOf('-')) let month...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies