Skip to content

Commit

Permalink
fix: svg remote path
Browse files Browse the repository at this point in the history
  • Loading branch information
fireyy committed Dec 26, 2017
1 parent a15bd04 commit 7e6d249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
},
beforeCreate () {
// TODO: custom svg path by config
loadSprite('//unpkg.com/vue-page-designer/icon.svg', 'svgspriteit')
loadSprite('//unpkg.com/vue-page-designer/dist/icons.svg', 'svgspriteit')
},
created () {
// 注册 widgets
Expand Down

0 comments on commit 7e6d249

Please sign in to comment.