We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15810ed commit bbb9460Copy full SHA for bbb9460
docs/migrate-to-3.0.md
@@ -15,6 +15,16 @@ If you've used reactivity features of `matestack-ui-core` 2.x you now have to in
15
gem 'matestack-ui-core', '~> 3.0'
16
gem 'matestack-ui-vuejs', '~> 3.0'
17
```
18
+## Remove `matestack-ui-core` JavaScript package
19
+
20
+- `matestack-ui-core` does not ship a JavaScript package anymore
21
+- please remove the package from your application and switch to `matestack-ui-vuejs` for the VueJs driven reactivity if required
22
23
+```
24
+yarn remove matestack-ui-core
25
26
27
+- and add `matestack-ui-vuejs`:
28
29
`package.json`
30
```json
0 commit comments