组件.导航菜单
12003顶部导航
<v-app mobile-breakpoint="sm">
<jh-menu />
</v-app>
<script type="module">
new Vue({
el: '#app',
template: '#app-template',
vuetify: new Vuetify(),
data: () => ({
}),
})
</script>
侧边导航
<v-app mobile-breakpoint="sm">
<jh-menu-side />
</v-app>
{% include 'component/jianghuJs/jhSideMenuV4.html' %}
<script type="module">
new Vue({
el: '#app',
template: '#app-template',
vuetify: new Vuetify(),
data: () => ({
}),
})
</script>