dayspan-vuetify
dayspan-vuetify copied to clipboard
CSS Files collide with bootstrap and creative team css
there should be a way to scope the calendar styles with the components itself, there is no way a single component breaks the entire page styling lol.
Also How can I set a week view? I literally tried everything without good results :)
I've tried to implement this way inside the component:
<style scoped> @import '~vuetify/dist/vuetify.min.css'; @import '~material-design-icons-iconfont/dist/material-design-icons.css'; @import '~dayspan-vuetify/dist/lib/dayspan-vuetify.min.css'; </style>