Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么设图标? #31

Closed
fanghg2018 opened this issue Apr 5, 2022 · 2 comments
Closed

怎么设图标? #31

fanghg2018 opened this issue Apr 5, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@fanghg2018
Copy link

打包后,没图标。

@fanghg2018 fanghg2018 added the bug Something isn't working label Apr 5, 2022
@Yacode
Copy link

Yacode commented Apr 5, 2022

我是这样处理的,在vue.config.js里面添加patterns规则,然后把图标放入public中

{
  from: path.resolve(`public/`),
  to: `${path.resolve('dist')}/`
}

@sanyu1225
Copy link
Owner

Modified the deleted configuration and undeleted the public folder
Fix the problem that public is lost after packaging
new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants