赞
踩
vue add style-resources-loader vue-cli-plugin-style-resources-loader -D
pluginOptions: {
'style-resources-loader': {
preProcessor: 'less',
patterns: [
path.resolve(__dirname, './src/style/theme.less' // 注意路径
]
}
}
background: @primary-color;
<style lang="less" scoped>
button {
color: @primary-color;
background: none;
font-size: @text-font;
}
</script>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。