Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5115e7f80bff33003b4cc09b3bdf02a42f84c635
Authored by
ly525
2019-06-15 23:14:43 +0800
1 parent
c3f516f5
chore: update picture plugin icon
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/views/Editor.vue
front-end/h5/src/views/Editor.vue
View file @
5115e7f
...
...
@@ -15,7 +15,7 @@ const PluginList = [
15
15
},
16
16
{
17
17
title: '图片',
18
- icon: '
file-image-o
',
18
+ icon: '
image
',
19
19
component: LbpPicture,
20
20
visible: true,
21
21
name: 'lbp-picture'
...
...