[Bug Report] 'v-app-bar-nav-icon' is not shown
See original GitHub issueEnvironment
Vuetify Version: 2.0.0 Vue Version: 2.6.10 Browsers: Chrome 75.0.3770.142 OS: Windows 10
Steps to reproduce
Create a single-file component :
<template>
<nav>
<v-app-bar >
<v-app-bar-nav-icon></v-app-bar-nav-icon>
</v-app-bar>
</nav>
<template>
<script>
export default {
}
</script>
Expected Behavior
A navigation icon appears inside v-app-bar
Actual Behavior
The button is there, because I can see the hover effect, but the icon is not shown
Reproduction Link
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
[Bug Report] VToolbarSideIcon component is missing on 2.0.0 ...
Icon doesn't appear in the toolbar, and the app throws an error on ... and VAppBarNavIcon components, but it's not documented anywhere.
Read more >I am unable to use vue render functions to render Vuetify ...
I am unable to use vue render functions to render Vuetify uicomponents (v-app-bar, v-navigation-in a standalone vue component. Save this ...
Read more >Falcon Sandbox v8.49.7 © Hybrid Analysis
This report is generated from a file or URL submitted to this webservice on November 26th ... Not all malicious and suspicious indicators...
Read more >Vuetify: How To Place V-Navigation-Drawer Below V-App-Bar
Ask questions[Bug Report] vnavigationdrawer: when using clipped and temporary clipped is drawer not under the toolbar This darkens the toolbar as well.
Read more >Overview - Joe Sandbox
Report size exceeded maximum capacity and may have missing network information. Report size getting too big, too many NtCreateFile calls found.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank, that was my problem. I solved it adding this line to my index.html:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/3.8.95/css/materialdesignicons.css">
Seems you are missing icon fonts. Vuetify 2.0 uses
mdi
by default now instead ofmd
. eg: https://codepen.io/anon/pen/JgXmBL