This commit is contained in:
@@ -103,7 +103,11 @@
|
||||
<v-icon>fa-check-square</v-icon></v-btn
|
||||
>
|
||||
|
||||
<v-menu :close-on-content-click="false" offset-y>
|
||||
<v-menu
|
||||
v-model="tableMenu"
|
||||
:close-on-content-click="false"
|
||||
offset-y
|
||||
>
|
||||
<template v-slot:activator="{ on }">
|
||||
<v-btn depressed tile class="ml-1" v-on="on">
|
||||
<v-icon>fa-table</v-icon>
|
||||
@@ -154,15 +158,17 @@
|
||||
|
||||
<v-card-title>Table</v-card-title>
|
||||
<div>
|
||||
<v-slider vertical color="purple"></v-slider>
|
||||
<v-slider color="purple"></v-slider>
|
||||
<v-slider vertical color="purple"></v-slider>
|
||||
</div>
|
||||
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
|
||||
<v-btn text @click="menu = false">Cancel</v-btn>
|
||||
<v-btn color="primary" text @click="menu = false">Save</v-btn>
|
||||
<v-btn text @click="tableMenu = false">Cancel</v-btn>
|
||||
<v-btn color="primary" text @click="tableMenu = false"
|
||||
>Save</v-btn
|
||||
>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-menu>
|
||||
@@ -210,6 +216,10 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
/*
|
||||
This code written in Mid April 2020 about 4 weeks into Covid-19 self isolation
|
||||
It's just starting to look like BC has "flattened the curve", but other places are still a shit-show
|
||||
*/
|
||||
import marked from "marked";
|
||||
import DOMPurify from "dompurify";
|
||||
|
||||
@@ -232,7 +242,8 @@ export default {
|
||||
SPLIT_VIEW: 1,
|
||||
WIKI_VIEW: 2,
|
||||
DESIGN_VIEW: 3
|
||||
}
|
||||
},
|
||||
tableMenu: false
|
||||
};
|
||||
},
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user