Skip to content

Commit c67639f

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

nuxt.config.js

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

126+
postcss: {
127+
plugins: {
128+
'postcss-image-set-function': false
129+
}
130+
},
131+
126132
extend (config) {
127133
/**
128134
* 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)