rdv: add fullcalendar.js as a vuejs component (POC)

This commit is contained in:
nobohan
2021-07-20 22:01:43 +02:00
parent 5c8b247f40
commit f508971b6a
4 changed files with 27 additions and 4 deletions

View File

@@ -19,7 +19,6 @@
{% block js %}
{{ parent() }}
{{ encore_entry_link_tags('async_upload') }}
<script type="text/javascript">
window.addEventListener('DOMContentLoaded', function (e) {
chill.displayAlertWhenLeavingModifiedForm('form[name="{{ form.vars.form.vars.name }}"]',
@@ -32,6 +31,5 @@
{% block css %}
{{ parent() }}
{{ encore_entry_link_tags('async_upload') }}
{{ encore_entry_link_tags('vue_calendar') }}
{% endblock %}

View File

@@ -19,7 +19,6 @@
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('async_upload') }}
<script type="text/javascript">
window.addEventListener('DOMContentLoaded', function (e) {
chill.displayAlertWhenLeavingUnsubmittedForm('form[name="{{ form.vars.form.vars.name }}"]',
@@ -32,7 +31,7 @@
{% block css %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('build/async_upload.css') }}"/>
<link rel="stylesheet" href="{{ asset('build/vue_calendar.css') }}"/>
{% endblock %}