chore: update frontend configuration
This commit is contained in:
@@ -5,7 +5,7 @@ import { useApi } from './useApi'
|
||||
const pieces = ref([])
|
||||
const loading = ref(false)
|
||||
|
||||
export function usePieces() {
|
||||
export function usePieces () {
|
||||
const { showSuccess, showError, showInfo } = useToast()
|
||||
const { get, post, patch, delete: del } = useApi()
|
||||
|
||||
@@ -132,4 +132,4 @@ export function usePieces() {
|
||||
getPieces,
|
||||
isLoading
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user