Skip to content

Commit

Permalink
Rename main component to Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jan 2, 2021
1 parent c99d44e commit 7606550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions cmd/ui/front/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<template lang="pug">
Suspense
template(#default)
HelloWorld(msg="Hello Vue 3.0 + Vite")
template(#fallback)
h1 Loading
Dashboard
</template>

<script>
import HelloWorld from './components/HelloWorld.vue'
import Dashboard from './components/Dashboard.vue'
export default {
name: 'App',
components: {
HelloWorld
Dashboard
}
}
</script>
File renamed without changes.

0 comments on commit 7606550

Please sign in to comment.