Vuevue anchor link

For general installation and configuration take a look at the v-core-components package.

Use componentuse-component anchor link

<!-- App.vue -->
<script>
import { DBButton } from "@db-ux/v-core-components";
</script>

<template>
	<DBButton variant="brand">Button</DBButton>
</template>