@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 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 (shared BEM styles from the React default theme package for now):
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; Vue docs coming)
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)