0👍
OK, so in case someone else runs into issues. My particular issue is that the scripts needed to be loaded outside the ending body tag in my base.html file. I was using a template with Django and I could not get it to work within the template fragment. Loading it in the main file after the </body>
tag worked like it should. I’d also add that the new compilerOptions
way of changing the delimiter works as intended as well in case anyone stumbles on this trying to change the delimiter for any version 3.1+.
- [Vuejs]-How to display a week range v-date-picker range?
- [Vuejs]-Vue3 setting css styles from vuex store
Source:stackexchange.com