vue scss公共模塊image圖片地址使用變量方式

在config.scss文件中定義變量:css

// config.scss
$dir: '../web-common';
$loginDir: '../../../web-common';

  

在App.vue中引入config.scss:vue

@import './styles/config.scss';
@import '../web-common/styles/common';

  

使用:web

background:url(#{$dir}/styles/svg/topbar-quick-create.svg) no-repeat;
相關文章
相關標籤/搜索