This commit is contained in:
2020-04-17 00:53:42 +00:00
parent 3c75830079
commit 8e931cff34

View File

@@ -1,11 +1,14 @@
<template>
<div>
<span class="v-label v-label--active theme--light">
<!-- <span class="v-label v-label--active theme--light">
Wiki
</span>
<v-btn tile @click="switchView()">
<v-icon left>switchViewIcon()</v-icon>View</v-btn
>
</span> -->
<div>
<v-btn depressed tile @click="switchView()">
<v-icon left>{{ switchViewIcon() }}</v-icon
>Wiki</v-btn
>
</div>
<v-sheet
v-if="currentView != 0"
elevation="2"