Explorar el Código

remove unnecessary code

Evan You hace 9 años
padre
commit
7cb12dc5f7
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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