Commit a694d262 authored by NGPixel's avatar NGPixel

fix: hide new nav for 2.1

parent e68932aa
<template lang="pug"> <template lang="pug">
div div
.blue.darken-3.pa-3.d-flex //- .blue.darken-3.pa-3.d-flex
v-btn(depressed, color='blue darken-2', style='min-width:0;', href='/') //- v-btn(depressed, color='blue darken-2', style='min-width:0;', href='/')
v-icon(size='20') mdi-home //- v-icon(size='20') mdi-home
v-btn.ml-3(depressed, color='blue darken-2', style='flex: 1 1 100%;') //- v-btn.ml-3(depressed, color='blue darken-2', style='flex: 1 1 100%;')
v-icon(left) mdi-file-tree //- v-icon(left) mdi-file-tree
.body-2.text-none Browse //- .body-2.text-none Browse
v-divider //- v-divider
v-list.py-2(dense, :class='color', :dark='dark') v-list.py-2(dense, :class='color', :dark='dark')
template(v-for='item of items') template(v-for='item of items')
v-list-item( v-list-item(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment