@solspace/freeform-vue 0.1.17 → 0.1.19
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 +2 -2
- package/dist/index.js +576 -394
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Vue 3 adapter for Solspace Freeform headless forms.
|
|
|
8
8
|
npm install @solspace/freeform-vue @solspace/freeform-core @solspace/freeform-extensions
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Load the default theme CSS
|
|
11
|
+
Load the default theme CSS:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
npm install @solspace/freeform-theme-default
|
|
@@ -58,4 +58,4 @@ const form = useFreeform({
|
|
|
58
58
|
|
|
59
59
|
## Docs
|
|
60
60
|
|
|
61
|
-
[Getting Started](https://docs.solspace.com/craft/freeform/v5/headless/getting-started/) · [React JS](https://docs.solspace.com/craft/freeform/v5/headless/reactjs/) (API parity
|
|
61
|
+
[Getting Started](https://docs.solspace.com/craft/freeform/v5/headless/getting-started/) · [Vue.js](https://docs.solspace.com/craft/freeform/v5/headless/vuejs/) · [React JS](https://docs.solspace.com/craft/freeform/v5/headless/reactjs/) (API parity)
|