Convert calendar to VueJS component
Update to FullCalendar 3.1.0 as well.
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
<div id="calendar"
|
||||
data-check-url="<?= $this->url->href('CalendarController', 'user', array('user_id' => $user['id'])) ?>"
|
||||
data-save-url="<?= $this->url->href('CalendarController', 'save') ?>"
|
||||
>
|
||||
</div>
|
||||
<calendar check-url="<?= $this->url->href('CalendarController', 'user', array('user_id' => $user['id'])) ?>"
|
||||
save-url="<?= $this->url->href('CalendarController', 'save') ?>"></calendar>
|
||||
|
||||
Reference in New Issue
Block a user