Created
April 20, 2016 02:53
-
-
Save theotherzach/e56401581a42887da2c70ec6f38616de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#app | |
%vue-size-selector{ sizes: @sizes } | |
%script#vue-size-selector{ type: "x-template" } | |
.sizeSelector | |
.sizeSelector__header | |
CHOOSE A SIZE: {{ currentSize.dimensions }} | |
%ul.sizeSelector__grid | |
%li{ v: { for: "size in sizes" } } | |
%span{ "@click" => "currentSize = size" } | |
{{ size.name }} | |
.sizeSelector__footer | |
%span.sizeSelector__price {{ currentSize.price | currency }} | |
%button ADD TO CART | |
.sizeSelector__financing {{ currentSize.financing }} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment