Skip to content

Commit 9b6c653

Browse files
authored
Update feathers-vuex-forms.md
Fix typos
1 parent bef5f3d commit 9b6c653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/feathers-vuex-forms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ Next let's look at a minimal example of a 'TodoEditor' component which is a chil
255255
<button type="submit">Save</button>
256256
257257
<!-- Emitting reset will restore the item back to the stored version. -->
258-
<button type="button" @click="$emit('reset')>Reset</button>
258+
<button type="button" @click="$emit('reset')">Reset</button>
259259
260260
<!-- Delete's the instance -->
261-
<button type="button" @click="$emit('remove')>Delete</button>
261+
<button type="button" @click="$emit('remove')">Delete</button>
262262
</form>
263263
</template>
264264
@@ -497,4 +497,4 @@ export default {
497497
}
498498
}
499499
</script>
500-
```
500+
```

0 commit comments

Comments
 (0)