mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-12 14:40:47 +08:00
chore: change icon from png to svg
This commit is contained in:
parent
c728160bec
commit
f237554834
@ -41,7 +41,7 @@ const webpackConfig = {
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new HtmlWebpackPlugin({
|
||||
template: './demo/index.tpl',
|
||||
favicon: './demo/assets/images/naivelogo.png'
|
||||
favicon: './demo/assets/images/naivelogo.svg'
|
||||
}),
|
||||
new VueLoaderPlugin(),
|
||||
new webpack.LoaderOptionsPlugin({
|
||||
|
@ -34,7 +34,7 @@ const webpackConfig = {
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: './demo/index.tpl',
|
||||
favicon: './demo/assets/images/naivelogo.png'
|
||||
favicon: './demo/assets/images/naivelogo.svg'
|
||||
}),
|
||||
new VueLoaderPlugin(),
|
||||
new webpack.LoaderOptionsPlugin({
|
||||
|
@ -35,7 +35,7 @@ const webpackConfig = {
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: './demo/index.tpl',
|
||||
favicon: './demo/assets/images/naivelogo.png'
|
||||
favicon: './demo/assets/images/naivelogo.svg'
|
||||
}),
|
||||
new VueLoaderPlugin(),
|
||||
new webpack.LoaderOptionsPlugin({
|
||||
|
@ -35,7 +35,7 @@ const webpackConfig = {
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: './demo/index.tpl',
|
||||
favicon: './demo/assets/images/naivelogo.png'
|
||||
favicon: './demo/assets/images/naivelogo.svg'
|
||||
}),
|
||||
new VueLoaderPlugin(),
|
||||
new webpack.LoaderOptionsPlugin({
|
||||
|
@ -14,7 +14,7 @@
|
||||
<template>
|
||||
<div class="nav">
|
||||
<div class="ui-logo">
|
||||
<img src="./assets/images/naivelogo.png">
|
||||
<img src="./assets/images/naivelogo.svg">
|
||||
Naive UI ({{ version }})
|
||||
</div>
|
||||
<div />
|
||||
|
Loading…
x
Reference in New Issue
Block a user