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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user