vue-data-ui 1.9.43 → 1.9.44
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
|
@@ -100,3 +100,6 @@ Types are available in the 'vue-data-ui.d.ts' file under the types directory of
|
|
|
100
100
|
|
|
101
101
|
## Nuxt
|
|
102
102
|
[This repo contains a boilerplate implementation of the vue-data-ui package in Nuxt](https://github.com/graphieros/vue-data-ui-nuxt)
|
|
103
|
+
|
|
104
|
+
# Slots
|
|
105
|
+
Most Vue Data UI chart components include a #svg slot you can use to introduce customized svg elements (shapes, text, etc).
|