Evan You пре 9 година
родитељ
комит
7cb12dc5f7
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      examples/chat/components/App.vue

+ 0 - 2
examples/chat/components/App.vue

@@ -8,12 +8,10 @@
 </template>
 
 <script>
-import store from '../store'
 import ThreadSection from './ThreadSection.vue'
 import MessageSection from './MessageSection.vue'
 
 export default {
-  store,
   components: {
     ThreadSection,
     MessageSection