We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561f3fe commit 4763712Copy full SHA for 4763712
nuxt.config.js
@@ -123,6 +123,18 @@ module.exports = {
123
})
124
],
125
126
+ postcss: {
127
+ postcssOptions: {
128
+ plugins: {
129
+ 'postcss-preset-env': {
130
+ features: {
131
+ 'image-set-function': false
132
+ }
133
134
135
136
+ },
137
+
138
extend (config) {
139
/**
140
* veui-loader
one/docs/components/rating.md
@@ -71,7 +71,7 @@
71
| 名称 | 描述 |
72
| -- | -- |
73
| ``symbol`` | [^slot-symbol] |
74
-| ``label`` | [^slot-label]。 |
+| ``label`` | [^slot-label] |
75
76
^^^slot-symbol
77
每个评分项的符号区域。
0 commit comments