Skip to content

Commit

Permalink
npm run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Nov 7, 2019
1 parent cc6132f commit d41f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Img.vue
Expand Up @@ -4,7 +4,7 @@
:[srcsetAttribute]="rokkaSrcset"
:[srcAdditionalAttribute]="srcAdditionalComputed"
:alt="alt || ($parent.isRokkaPictureTag && $parent.alt)"
:title="title || ($parent.isRokkaPictureTag && $parent.title)"
:title="title || ($parent.isRokkaPictureTag && $parent.title)"
:class="'rokka--attr-' + srcAttribute"
/>
</template>
Expand Down

0 comments on commit d41f44a

Please sign in to comment.