Answer the question
In order to leave comments, you need to log in
Why is Laravel not loading css file from vue child component?
Friends, hello everyone.
Laravel has a.vue component. I insert another component into it, here is a piece of the insert:
import DateRangePicker from 'vue2-daterange-picker'
export default {
components: {
DateRangePicker
},
<style lang="scss">
@import '../assets/daterangepicker.css';
</style>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question