Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(shape): Property typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuu authored and matsp committed Aug 25, 2018
1 parent d2c7c36 commit 481fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shape/Shape.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
v-if="bottomRight"
class="mdc-shape-container__corner mdc-shape-container__corner--bottom-right"/>
<div
v-if="bottomleft"
v-if="bottomLeft"
class="mdc-shape-container__corner mdc-shape-container__corner--bottom-left"/>
</div>
</template>
Expand Down

0 comments on commit 481fecc

Please sign in to comment.