testing out vue stuff

This commit is contained in:
Andrew Croce
2018-08-03 16:04:52 -04:00
parent e59b1f09c4
commit 0782be6f92
5 changed files with 45 additions and 22 deletions

View File

@@ -5,7 +5,13 @@
<main class="usa-section usa-content">
<h1>Home</h1>
<div id='hello'></div>
<TextInput inline-template>
<div class='usa-input'>
<label for='some-input'></label>
<input type='text' id='some-input' v-on:change='handleChange'/>
</div>
</TextInput>
</main>