mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
refactor: Drop deprecated use of defineStore
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
parent
f2678b122e
commit
6bb24885d6
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,7 @@
|
|||
*/
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useSearchStore = defineStore({
|
||||
id: 'search',
|
||||
|
||||
export const useSearchStore = defineStore('search', {
|
||||
state: () => ({
|
||||
externalFilters: [],
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue