vue2 在 template 中使用 sass 變量
1:使用 CSS Modules 提供的 :export 關(guān)鍵字,示例如下文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-706818.html
theme.scss
// 主題色
$theme:#756ef9;
// 設(shè)置彈出層的方向
// 可以通過(guò)mode參數(shù)設(shè)置,可以設(shè)置為left、top、right、bottom、center
:export {
// popupMode: center;
popupMode: top;
}
2:在 .vue 文件中使用文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-706818.html
<template>
到了這里,關(guān)于vue2 在 template 中使用 sass 變量的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!