@daypilot/daypilot-lite-vue 3.9.0 → 3.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/daypilot-vue.min.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
|
|
31
31
|
### Vue Weekly Calendar Tutorial
|
|
32
32
|
|
|
33
|
-

|
|
33
|
+
[](https://code.daypilot.org/10748/vue-js-weekly-calendar-tutorial)
|
|
34
34
|
|
|
35
35
|
[Vue.js Weekly Calendar Tutorial (Open-Source)](https://code.daypilot.org/10748/vue-js-weekly-calendar-tutorial)
|
|
36
36
|
How to create a weekly calendar web application using a Vue calendar component. The tutorial includes a Vue.js project with JavaScript source code for download.
|
|
37
37
|
|
|
38
38
|
### Vue Resource Calendar
|
|
39
39
|
|
|
40
|
-

|
|
40
|
+
[](https://code.daypilot.org/66224/vue-resource-calendar-open-source)
|
|
41
41
|
|
|
42
42
|
[Vue Resource Calendar (Open-Source)](https://code.daypilot.org/66224/vue-resource-calendar-open-source)
|
|
43
43
|
Use the Vue calendar component to display an interactive schedule for multiple resources.
|
|
44
44
|
|
|
45
45
|
### Vue Date Picker Tutorial
|
|
46
46
|
|
|
47
|
-

|
|
47
|
+
[](https://code.daypilot.org/99014/vue-date-picker-with-free-busy-highlighting)
|
|
48
48
|
|
|
49
49
|
[Vue Date Picker with Free/Busy Highlighting (Open-Source)](https://code.daypilot.org/99014/vue-date-picker-with-free-busy-highlighting)
|
|
50
50
|
Use the Vue date picker component (Navigator) to change the current date. The date picker can highlight dates that already have events or are not available.
|