modified: serv_nginx/bbvue/src/stores/auth.js
change import to user
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineStore } from 'pinia'
|
|||||||
import { ref, computed } from 'vue'
|
import { ref, computed } from 'vue'
|
||||||
import { apiClient, withLoading } from './helpers/api'
|
import { apiClient, withLoading } from './helpers/api'
|
||||||
import { handleApiError } from './helpers/api';
|
import { handleApiError } from './helpers/api';
|
||||||
import { userStore } from './user_store'
|
import { userStore } from './user'
|
||||||
|
|
||||||
export const useAuthStore = defineStore('auth', () => {
|
export const useAuthStore = defineStore('auth', () => {
|
||||||
// State
|
// State
|
||||||
|
|||||||
Reference in New Issue
Block a user