Skip to content

Commit

Permalink
chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Nov 20, 2023
1 parent 561f3fe commit c67639f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ module.exports = {
})
],

postcss: {
plugins: {
'postcss-image-set-function': false
}
},

extend (config) {
/**
* veui-loader
Expand Down
2 changes: 1 addition & 1 deletion one/docs/components/rating.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
| 名称 | 描述 |
| -- | -- |
| ``symbol`` | [^slot-symbol] |
| ``label`` | [^slot-label] |
| ``label`` | [^slot-label] |

^^^slot-symbol
每个评分项的符号区域。
Expand Down

1 comment on commit c67639f

@vercel
Copy link

@vercel vercel bot commented on c67639f Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

veui-docs – ./

veui-docs-git-master-ecomfe.vercel.app
veui.vercel.app
veui.dev
veui-docs-ecomfe.vercel.app

Please sign in to comment.