cleaned, switched from stylus to sass
This commit is contained in:
+1
-2
@@ -1,12 +1,11 @@
|
||||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
import posts from './modules/posts'
|
||||
|
||||
// https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart
|
||||
|
||||
Vue.use(Vuex)
|
||||
export default new Vuex.Store({
|
||||
modules: {
|
||||
posts
|
||||
// search
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user