mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-20 11:30:43 -05:00
refactor(ui): changed plugins icons
This commit is contained in:
@@ -11,7 +11,7 @@ function createViewsSet () {
|
||||
{
|
||||
id: 'vue-project-plugins',
|
||||
name: 'project-plugins',
|
||||
icon: 'widgets',
|
||||
icon: 'extension',
|
||||
tooltip: 'org.vue.components.project-nav.tooltips.plugins'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<ItemLogo
|
||||
:image="logoUrl"
|
||||
:selected="selected"
|
||||
fallback-icon="extension"
|
||||
/>
|
||||
|
||||
<ListItemInfo
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="content">
|
||||
<ItemLogo
|
||||
:image="pluginLogo && pluginLogo.logo"
|
||||
fallback-icon="widgets"
|
||||
fallback-icon="extension"
|
||||
/>
|
||||
|
||||
<ListItemInfo
|
||||
|
||||
Reference in New Issue
Block a user