wrec 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,15 +90,3 @@ Here are the steps:
|
|
|
90
90
|
1. Browse localhost:5173.
|
|
91
91
|
|
|
92
92
|
1. Click the "-" and "+" buttons to verify that the component is working.
|
|
93
|
-
|
|
94
|
-
## Data Binding
|
|
95
|
-
|
|
96
|
-
## Form Submissions
|
|
97
|
-
|
|
98
|
-
Web components that extend `Wrec` can contribute values to
|
|
99
|
-
form submissions by adding the following line to their class definition.
|
|
100
|
-
Wrec looks for this automatically does the rest of the work.
|
|
101
|
-
|
|
102
|
-
```js
|
|
103
|
-
static formAssociated = true;
|
|
104
|
-
```
|