We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef5f3d commit 9b6c653Copy full SHA for 9b6c653
docs/feathers-vuex-forms.md
@@ -255,10 +255,10 @@ Next let's look at a minimal example of a 'TodoEditor' component which is a chil
255
<button type="submit">Save</button>
256
257
<!-- Emitting reset will restore the item back to the stored version. -->
258
- <button type="button" @click="$emit('reset')>Reset</button>
+ <button type="button" @click="$emit('reset')">Reset</button>
259
260
<!-- Delete's the instance -->
261
- <button type="button" @click="$emit('remove')>Delete</button>
+ <button type="button" @click="$emit('remove')">Delete</button>
262
</form>
263
</template>
264
@@ -497,4 +497,4 @@ export default {
497
}
498
499
</script>
500
-```
+```
0 commit comments