Skip to content

Commit 4763712

Browse files
committed
chore: fix config
1 parent 561f3fe commit 4763712

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

nuxt.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,18 @@ module.exports = {
123123
})
124124
],
125125

126+
postcss: {
127+
postcssOptions: {
128+
plugins: {
129+
'postcss-preset-env': {
130+
features: {
131+
'image-set-function': false
132+
}
133+
}
134+
}
135+
}
136+
},
137+
126138
extend (config) {
127139
/**
128140
* veui-loader

one/docs/components/rating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
| 名称 | 描述 |
7272
| -- | -- |
7373
| ``symbol`` | [^slot-symbol] |
74-
| ``label`` | [^slot-label] |
74+
| ``label`` | [^slot-label] |
7575

7676
^^^slot-symbol
7777
每个评分项的符号区域。

0 commit comments

Comments
 (0)