mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Comment
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user