I'm using the latest version, v2.1.3. But when I click on the calendar to create a new event, the referenced js gets an error. #1379
Unanswered
zhang1446802857
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the latest version, v2.1.3. But when I click on the calendar to create a new event, the referenced js gets an error.
My CDNS are introduced as follows:
<script src="https://uicdn.toast.com/calendar/latest/toastui-calendar.js"></script> <link rel="stylesheet" href="https://uicdn.toast.com/calendar/latest/toastui-calendar.min.css" /> <!--date--> <link rel="stylesheet" href="https://uicdn.toast.com/tui.date-picker/v4.3.1/tui-date-picker.css" /> <script src="https://uicdn.toast.com/tui.date-picker/v4.3.1/tui-date-picker.js"></script> <!--time--> <link rel="stylesheet" href="https://uicdn.toast.com/tui.time-picker/v2.1.4/tui-time-picker.css"> <script src="https://uicdn.toast.com/tui.time-picker/v2.1.4/tui-time-picker.js"></script>
This is my first time using the toast ui calendar. I don't understand why this is, I wrote according to the official website
Beta Was this translation helpful? Give feedback.
All reactions