1
0
Evan You 9 жил өмнө
parent
commit
7cb12dc5f7

+ 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