Commit 7c91863b authored by Filipa Lacerda's avatar Filipa Lacerda

Use computed prop in expand button

parent f6e33914
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
type="button" type="button"
v-show="isCollapsed" v-show="isCollapsed"
class="text-expander btn-blank" class="text-expander btn-blank"
aria-label="Click to Expand Text" :aria-label="ariaLabel"
@click="onClick"> @click="onClick">
... ...
</button> </button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment