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 { DBSwitch } from "@db-ux/v-core-components";
</script>

<template>
	<DBSwitch>Switch</DBSwitch>
</template>