Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Document the store composition variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 21, 2022
1 parent 9989251 commit c2e2df5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/store/active.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { defineStore } from 'pinia'

export const ACTIVE = 'active'

/**
* Store information about the active media item.
*/
export const useActive = defineStore(ACTIVE, {
/** @return {import('./types').ActiveMediaState} */
state: () => ({
Expand Down

0 comments on commit c2e2df5

Please sign in to comment.