From c67639f680c4b1acf1a0c156b90e002775d756a2 Mon Sep 17 00:00:00 2001 From: Justineo Date: Fri, 17 Nov 2023 19:28:59 +0800 Subject: [PATCH] chore: fix config --- nuxt.config.js | 6 ++++++ one/docs/components/rating.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index f641765..287f792 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -123,6 +123,12 @@ module.exports = { }) ], + postcss: { + plugins: { + 'postcss-image-set-function': false + } + }, + extend (config) { /** * veui-loader diff --git a/one/docs/components/rating.md b/one/docs/components/rating.md index 04ee468..82b07f6 100644 --- a/one/docs/components/rating.md +++ b/one/docs/components/rating.md @@ -71,7 +71,7 @@ | 名称 | 描述 | | -- | -- | | ``symbol`` | [^slot-symbol] | -| ``label`` | [^slot-label]。 | +| ``label`` | [^slot-label] | ^^^slot-symbol 每个评分项的符号区域。