ancora su Typescript...
suddiviso i ts dai html e scss
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
|
||||
import { IUserState, IGlobState } from '@/types'
|
||||
import { IUserState, IGlobState } from '@/model'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@ const bcrypt = require('bcryptjs')
|
||||
import * as types from '@/store/mutation-types'
|
||||
import { serv_constants } from '@/store/modules/serv_constants'
|
||||
|
||||
import { IUserState, ILinkReg, IResult, IIdToken } from '@/types'
|
||||
import { IUserState } from '@/model'
|
||||
import { ILinkReg, IResult, IIdToken } from '@/types'
|
||||
|
||||
|
||||
export const ErroriMongoDb = {
|
||||
|
||||
Reference in New Issue
Block a user