adding latest

This commit is contained in:
2020-04-15 02:50:31 +01:00
parent 6c8484420b
commit 70aeed88c1
6 changed files with 55 additions and 12 deletions

16
temp.md
View File

@@ -289,3 +289,19 @@ To control the width, you should set the `width` in the css in the components th
To have two menu content sections top and bottom: use `content` and `secondary`.
To have two menu content sections side by side: create the full layout in the Vue component.
<vsm-menu ref="header" :menu="menu" :screen-offset="25">
<template #default="data">
<component :is="data.item.content" class="content" />
<component :is="data.item.secondary" class="content--secondary" />
</template>
</vsm-menu>
Tried inserting the appbar natively into App.vue not as a component
Doesn't seem to like it when you move mouse into a `<router-view>`
Try: Inserting appbar into each page component.
Doesn't like `d-flex` on the parent
Doesn't like anything before (use slots?)
Likes being in a `<v-row>`