Skip to content

Commit 86c8fde

Browse files
committed
rename example folder structure
1 parent 2a0263f commit 86c8fde

File tree

22 files changed

+6
-6
lines changed

22 files changed

+6
-6
lines changed

β€Žexamples/chat/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import 'babel-polyfill'
22
import Vue from 'vue'
33
import App from './components/App.vue'
4-
import store from './vuex/store'
5-
import { getAllMessages } from './vuex/actions'
4+
import store from './store'
5+
import { getAllMessages } from './store/actions'
66

77
Vue.config.debug = true
88

File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žexamples/counter-hot/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Vue from 'vue'
2-
import store from './vuex/store'
2+
import store from './store'
33
import Counter from './Counter.vue'
44

55
new Vue({

0 commit comments

Comments
Β (0)