瀏覽代碼

remove unnecessary code

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>
 </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