vue2 在 template 中使用 sass 变量
1:使用 CSS Modules 提供的 :export 关键字,示例如下文章来源:https://www.toymoban.com/news/detail-706818.html
theme.scss
// 主题色
$theme:#756ef9;
// 设置弹出层的方向
// 可以通过mode参数设置,可以设置为left、top、right、bottom、center
:export {
// popupMode: center;
popupMode: top;
}
2:在 .vue 文件中使用文章来源地址https://www.toymoban.com/news/detail-706818.html
<template>
到了这里,关于vue2 在 template 中使用 sass 变量的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!