github graphieros/vue-data-ui v.1.9.93
get any config object

latest releases: v3.1.10, v3.1.9, v3.1.8...
19 months ago

This version adds the getVueDataUiConfig method that can be imported, and used passing a config key, to return the default config object for any component.

import { getVueDataUiConfig } from "vue-data-ui";

const defaultXyConfig = getVueDataUiConfig('vue_ui_xy");

Check out the documentation website for interactive examples on the docs page.

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.