Update DemoApp.vue#18
Conversation
Cant we assign a value by v-model? and change the value of full calendar on click from outside? |
The Vue example is not using v-model as such it is useful to show available properties. It is not obvious initialDate can be set this ways. There may be other properties that can be set. It took me some time to find I can do this... From a Vue developer point of view just looking at the Vue integration sample it is not obvious all the properties that can be set via props. |
|
thank you for your good work |
|
vue3-typescript |
Is this related to the issue? |
Hi,
Consider include the initialDate setting in the VueJs documentaion
Best,
Ed