mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Bumps [vue](https://github.com/vuejs/core) from 3.4.22 to 3.4.23. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.4.22...v3.4.23) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production 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>
@directus/stores
Shared Directus Studio state for use in components, extensions, and the @directus/app routes. Stores are
Pinia-based stores.
Installation
pnpm add @directus/stores
Usage
import { useAppStore } from '@directus/stores';
const appStore = useAppStore();
License
This package is licensed under the MIT License. See the LICENSE file for more information.