Closed mingxin-yang closed 5 years ago
In my home.vue, I use the
<f7-icon slot="media" icon="icon-f7"></f7-icon>
my app.css
.icon-f7 { background: url(static/image/f7-icon.png) no-repeat center; background-size: cover; }
But in style.css, I can't find .icon-f7. Why? Is it the problem of webpack? How I solve it?
Which folder should I put my css file in?
In my home.vue, I use the
my app.css
But in style.css, I can't find .icon-f7. Why? Is it the problem of webpack? How I solve it?