Files
directus/packages/components
dependabot[bot] baaddf2e61 Bump vue-i18n from 9.9.0 to 9.9.1 (#21281)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.9.0 to 9.9.1.
- [Release notes](https://github.com/intlify/vue-i18n-next/releases)
- [Changelog](https://github.com/intlify/vue-i18n-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.9.1/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 11:36:52 +01:00
..

@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>