Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

Commit 0f9b5d7

Browse files
committed
refactor state storage
update demo
1 parent 767d1a4 commit 0f9b5d7

File tree

3 files changed

+267
-291
lines changed

3 files changed

+267
-291
lines changed

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ <h1>vue-blob-forms</h1>
335335
<button v-on:click.prevent="validateForm('demo')" class="fg-white bg-pink bg-purple-hover">Check All</button>
336336
<button v-on:click.prevent="showingToggle = !showingToggle" class="fg-white bg-blue bg-purple-hover">Toggle Field</button>
337337
<button v-on:click.prevent="otherError" class="fg-white bg-blue bg-purple-hover">Non-field Error</button>
338+
<button v-on:click.prevent="clearFormErrors('demo')" class="fg-white bg-pink bg-purple-hover">Clear Errors</button>
338339
</div>
339340
</div><!--#vue-app-->
340341

0 commit comments

Comments
 (0)