Commit 5115e7f80bff33003b4cc09b3bdf02a42f84c635
1 parent
c3f516f5
chore: update picture plugin icon
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/views/Editor.vue
| @@ -15,7 +15,7 @@ const PluginList = [ | @@ -15,7 +15,7 @@ const PluginList = [ | ||
| 15 | }, | 15 | }, |
| 16 | { | 16 | { |
| 17 | title: '图片', | 17 | title: '图片', |
| 18 | - icon: 'file-image-o', | 18 | + icon: 'image', |
| 19 | component: LbpPicture, | 19 | component: LbpPicture, |
| 20 | visible: true, | 20 | visible: true, |
| 21 | name: 'lbp-picture' | 21 | name: 'lbp-picture' |