added showrooms pages, made page-title color
This commit is contained in:
@@ -4,6 +4,7 @@ import Common from './modules/common'
|
||||
import User from './modules/user'
|
||||
import Search from './modules/search'
|
||||
import Blabla from './modules/blabla'
|
||||
import Showrooms from './modules/showrooms'
|
||||
|
||||
// https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart
|
||||
|
||||
@@ -13,6 +14,7 @@ export default new Vuex.Store({
|
||||
Common,
|
||||
User,
|
||||
Search,
|
||||
Blabla
|
||||
Blabla,
|
||||
Showrooms
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user