@stonecrop/desktop 0.29.0 → 0.31.0
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 +1 -1
- package/dist/desktop.js +414 -427
- package/dist/desktop.js.map +1 -1
- package/package.json +6 -6
- package/src/components/Desktop.vue +4 -40
package/README.md
CHANGED
|
@@ -154,7 +154,7 @@ route-follow, which need the id you dispatched.
|
|
|
154
154
|
Do not copy form data into HST before dispatching. Desktop already hands you the current form
|
|
155
155
|
snapshot in `payload.data`, and an unsaved record has no HST node to write to.
|
|
156
156
|
|
|
157
|
-
See the [host integration guide](../
|
|
157
|
+
See the [host integration guide](../nuxt/documentation/content/guides/desktop-integration.md) for the full wiring.
|
|
158
158
|
|
|
159
159
|
## Provide / Inject
|
|
160
160
|
|