Content-Length: 203630 | pFad | http://github.com/graphieros/vue-data-ui/releases/tag/v2.8.1

F7 Release v2.8.1 · graphieros/vue-data-ui · GitHub
Skip to content

v2.8.1

Compare
Choose a tag to compare
@graphieros graphieros released this 29 May 14:47
· 20 commits to master since this release

VueUiDashboard #197

  • Add support for passing custom components in the dataset prop
const dynamicString = ref('Dynamic string content');

const comps = computed(() => [
  {
    id: 1,
    width: 20,
    height: 50,
    left: 44,
    top: 4,
    component: "VueUiGauge", // Vue Data UI component, passed here as string
    props: { config: { userOptions: { show: false } }, dataset: gaugeDataset },
  },
  {
    id: 2,
    width: 20,
    height: 60,
    left: 44,
    top: 50,
    component: markRaw(MyCustomComponent), // Your custom component
    props: { str: dynamicString.value },
  },
]);

VueUiWorld

  • Reverse drag direction in globe projection








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/graphieros/vue-data-ui/releases/tag/v2.8.1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy