|
@@ -1,5 +1,4 @@
|
|
|
-import {Attr, Str, Bool, Num} from '@vuex-orm/core'
|
|
|
|
|
-import {Model} from "~/models/Model";
|
|
|
|
|
|
|
+import {Attr, Str, Bool, Num, Model} from '@vuex-orm/core'
|
|
|
|
|
|
|
|
export class Organization extends Model{
|
|
export class Organization extends Model{
|
|
|
static entity = 'organizations'
|
|
static entity = 'organizations'
|