display product list, rest addtocart
This commit is contained in:
@@ -5,6 +5,7 @@ import User from './modules/user'
|
||||
import Search from './modules/search'
|
||||
import Blabla from './modules/blabla'
|
||||
import Showrooms from './modules/showrooms'
|
||||
import Pages from './modules/pages'
|
||||
|
||||
// https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart
|
||||
|
||||
@@ -15,6 +16,7 @@ export default new Vuex.Store({
|
||||
User,
|
||||
Search,
|
||||
Blabla,
|
||||
Showrooms
|
||||
Showrooms,
|
||||
Pages
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user