This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<span class="v-label v-label--active theme--light">
|
<!-- <span class="v-label v-label--active theme--light">
|
||||||
Wiki
|
Wiki
|
||||||
</span>
|
</span> -->
|
||||||
<v-btn tile @click="switchView()">
|
<div>
|
||||||
<v-icon left>switchViewIcon()</v-icon>View</v-btn
|
<v-btn depressed tile @click="switchView()">
|
||||||
>
|
<v-icon left>{{ switchViewIcon() }}</v-icon
|
||||||
|
>Wiki</v-btn
|
||||||
|
>
|
||||||
|
</div>
|
||||||
<v-sheet
|
<v-sheet
|
||||||
v-if="currentView != 0"
|
v-if="currentView != 0"
|
||||||
elevation="2"
|
elevation="2"
|
||||||
|
|||||||
Reference in New Issue
Block a user