Remove hello component from app.
This commit is contained in:
parent
eb9873ac74
commit
7ba40ff7e2
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user