Hi! First and foremost, a huge thank you for sharing your code. It has been incredibly helpful to me. I just wanted to report an issue that arises when following your tutorial step-by-step; there are missing packages.
Of course, the issue can be easily resolved with pnpm add element-plus and pnpm add vxe-table, but I'm uncertain if these libraries should be added as project dependencies in the repository.
If they aren't necessary for some reason, please feel free to close this issue. And once again, thank you!
Describe the bug
Hi! First and foremost, a huge thank you for sharing your code. It has been incredibly helpful to me. I just wanted to report an issue that arises when following your tutorial step-by-step; there are missing packages.
Of course, the issue can be easily resolved with
pnpm add element-plus
andpnpm add vxe-table
, but I'm uncertain if these libraries should be added as project dependencies in the repository.If they aren't necessary for some reason, please feel free to close this issue. And once again, thank you!
sReadonly
should beisReadOnly
- here https://github.com/Lionad-Morotar/toast-ui-calendar-vue3/blob/dev/play/src/mock-data.js#L16C5-L16C15 and here https://github.com/Lionad-Morotar/toast-ui-calendar-vue3/blob/dev/play/src/mock-data.js#L25Steps to reproduce
In totally new env after git clone:
pnpm install
pnpm serve
Environment Info
Used Package Manager
pnpm
Validations