lib/vue/stores/users.js in lesli_guard-0.2.0 vs lib/vue/stores/users.js in lesli_guard-0.3.0
- old
+ new
@@ -32,19 +32,9 @@
// ·
import { defineStore } from "pinia"
-// · translations
-const translations = {
- core: {
- roles: I18n.t("core.roles"),
- users: I18n.t("core.users"),
- shared: I18n.t("core.shared")
- }
-}
-
-
// ·
export const useUsers = defineStore("guard.users", {
state: () => {
return {
loading: false,