Render Vue component templates as part of test script.

Add a command to the test script to output up-to-date Vue component
templates. Most of the Vue component tests rely on HTML templates built
from Jinja.
This commit is contained in:
dandds
2019-09-25 10:10:09 -04:00
parent e0565e5b9a
commit 8d7c7a0d6e
4 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<div class="card__title">
<span class="h4" v-html='clinTitle'></span>
<button
v-if='$parent.clinIndex > 0'
v-if='clinIndex > 0'
class="icon-link icon-link__remove-clin"
v-on:click="openModal(removeModalId)"
type="button">