mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Update Vue to 3.3.9, update related deps * Fix & enhance v-menu test * Add changeset --------- Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
@directus/components
Warning
This is a work in progress, and is not intended for production use.
This package will contain the basic components used in the Directus app.
Usage
pnpm add @directus/components
<script setup lang="ts">
import { SomeComponent } from '@directus/components';
</script>
<template>
<SomeComponent />
</template>