sketch out stepper version of catedit ui
This commit is contained in:
30
cateditor/src/components/Navbar.vue
Normal file
30
cateditor/src/components/Navbar.vue
Normal file
@ -0,0 +1,30 @@
|
||||
<template>
|
||||
<v-toolbar dark dense app>
|
||||
<v-toolbar-title class="headline text-uppercase">
|
||||
<span>ProCatalog</span>
|
||||
<span class="font-weight-light">Catalog Editor</span>
|
||||
</v-toolbar-title>
|
||||
<v-spacer></v-spacer>
|
||||
<v-toolbar-items class="hidden-sm-and-down">
|
||||
<v-btn
|
||||
flat
|
||||
href="https://github.com/vuetifyjs/vuetify/releases/latest"
|
||||
target="_blank"
|
||||
>Dashboard</v-btn>
|
||||
<v-btn flat>Link Two</v-btn>
|
||||
<v-btn flat>Link Three</v-btn>
|
||||
</v-toolbar-items>
|
||||
</v-toolbar>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data: () => ({
|
||||
foo: true
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user