I have integrated the Element UI library into my project and have been utilizing the date range picker component.
Below is a snippet of my current file setup:
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.use(ElementUI)
Despite importing the necessary CSS file, the date range picker in my project appears without icons, as shown in this screenshot. I'm unsure as to why this issue is occurring.