我正在使用ElementUI,但一切正常,但图标未显示。
在我的控制台上,以下网址出现错误404
http://localhost/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff?2fad952a20fbbcfd1bf2ebb210dccf7a
http://localhost/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf?6f0a76321d30f3c8120915e57f7bd77e
根据他们的文档,我做了以下工作。 (updating scss variables)
/* theme color */
$--color-primary: teal;
/* icon font path, required */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
@import "~element-ui/packages/theme-chalk/src/index";
我更新了变量,$--color-primary: teal;
可以正常工作,但是字体路径仍然出现错误
我在带有vue js的Laravel 5.6上使用它