mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
chore: more preparations
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import {
|
||||
defineStore
|
||||
} from 'pinia';
|
||||
import {
|
||||
ref
|
||||
} from 'vue';
|
||||
|
||||
export const useAuthStore = defineStore( 'authstore', () => {
|
||||
const isAuth = ref( false );
|
||||
|
||||
return {
|
||||
isAuth
|
||||
};
|
||||
} );
|
||||
Reference in New Issue
Block a user