adding latest
This commit is contained in:
16
temp.md
16
temp.md
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user