Skip to content

Commit

Permalink
fix: change method name to the correct name
Browse files Browse the repository at this point in the history
The component was trying to invoke advancedSrc, which was not defined in
the computed options.
  • Loading branch information
luqven committed Jul 8, 2021
1 parent 23fa1a6 commit 801b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/advanced/buildSrcSet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
name: 'advanced-build-srcset',
computed: {
advancedUrl: () =>
advancedSrc: () =>
buildUrl('examples/pione.jpg', {
auto: 'format',
}),
Expand Down

0 comments on commit 801b53b

Please sign in to comment.