Browse Source

remove unnecessary code

Evan You 9 năm trước cách đây
mục cha
commit
7cb12dc5f7
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      examples/chat/components/App.vue

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

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