This commit is contained in:
Liyas Thomas
2019-11-18 18:02:44 +05:30
parent 0c303b63bd
commit 967bf49db0
7 changed files with 107 additions and 105 deletions

View File

@@ -15,11 +15,7 @@
</button>
<template slot="popover">
<div>
<button
class="icon"
@click="$emit('add-folder')"
v-close-popover
>
<button class="icon" @click="$emit('add-folder')" v-close-popover>
<i class="material-icons">create_new_folder</i>
<span>New folder</span>
</button>
@@ -35,11 +31,7 @@
</button>
</div>
<div>
<button
class="icon"
@click="removeCollection"
v-close-popover
>
<button class="icon" @click="removeCollection" v-close-popover>
<i class="material-icons">delete</i>
<span>Delete</span>
</button>