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.