Skip to content

Commit 7cb12dc

Browse files
committed
remove unnecessary code
1 parent 6b551f3 commit 7cb12dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/chat/components/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
</template>
99

1010
<script>
11-
import store from '../store'
1211
import ThreadSection from './ThreadSection.vue'
1312
import MessageSection from './MessageSection.vue'
1413
1514
export default {
16-
store,
1715
components: {
1816
ThreadSection,
1917
MessageSection

0 commit comments

Comments
 (0)