This commit is contained in:
chfhtw
2025-07-21 15:38:35 +02:00
parent f1971659b4
commit 20e8964274
2 changed files with 2 additions and 7 deletions
-7
View File
@@ -5,13 +5,6 @@ import BsModal from '../Bootstrap/Modal.js';
import CalClick from '../../directives/Calendar/Click.js';
/**
* TODO(chris):
* - check emits
* - event single mode (default for click:event)
* - get focusDate/currentDate correct
*/
export default {
name: "CalendarBase",
components: {
+2
View File
@@ -1,3 +1,5 @@
// TODO(chris): load events that are longer than the interval without doubling it
export function useEventLoader(rangeInterval, getPromiseFunc) {
let loading_id = 0;
const events = Vue.ref([]);