dayspan-vuetify icon indicating copy to clipboard operation
dayspan-vuetify copied to clipboard

CSS Files collide with bootstrap and creative team css

Open DrJfrost opened this issue 4 years ago • 1 comments

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 :)

DrJfrost avatar Aug 12 '20 01:08 DrJfrost

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>

alissonzampietro avatar Nov 18 '20 01:11 alissonzampietro