Remove hello component from app.

This commit is contained in:
Roger Braun 2016-10-27 18:01:48 +02:00
parent eb9873ac74
commit 7ba40ff7e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import Hello from './components/hello/Hello'
import UserPanel from './components/user_panel/user_panel.vue'
export default {
name: 'app',
components: {
Hello
UserPanel
}
}