useDirectus

This is the main composable to access the Directus SDK instance.

To know everything there is to know on the SDK, please check out the Directus Docs.

Basic usage

<script lang="ts" setup>
import { useDirectus } from "vue-directus";

const directus = useDirectus();
</script>