Skip to content

Commit 4282b7f

Browse files
committed
input-wrapper is not based on composition api
1 parent 760cdd0 commit 4282b7f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/feathers-vuex-forms.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,7 @@ export default {
277277
278278
## FeathersVuexInputWrapper
279279
280-
Building on the same ideas as the FeathersVuexFormWrapper, the FeathersVuexInputWrapper reduces boilerplate for working with the clone and commit pattern on a single input.
281-
282-
An important difference with the FeathersVuexInputWrapper is that it is built using the Vue Composition API. This means that in order to use it you will need to install and use the `@vue/composition-api` package in your Vue project, [as described here](/composition-api.html).
283-
284-
One use case for this component is implementing an "edit-in-place" workflow. The following example shows how to use the FeathersVuexInputWrapper to automatically save a record upon `blur` on text and color inputs:
280+
Building on the same ideas as the FeathersVuexFormWrapper, the FeathersVuexInputWrapper reduces boilerplate for working with the clone and commit pattern on a single input. One use case for this component is implementing an "edit-in-place" workflow. The following example shows how to use the FeathersVuexInputWrapper to automatically save a record upon `blur` on text and color inputs:
285281
286282
```html
287283
<template>

0 commit comments

Comments
 (0)