remove v-ripple
This commit is contained in:
parent
3c68bc6bcc
commit
1c1211ba7a
4 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@ import {html} from "../html.js"
|
|||
|
||||
export const sidebarLibraryItem = Vue.component("sidebar-library-item", {
|
||||
template: html`
|
||||
<button class="app-sidebar-item" v-ripple
|
||||
<button class="app-sidebar-item"
|
||||
:class="$root.getSidebarItemClass(page)" @click="$root.setWindowHash(page)">
|
||||
<svg-icon :url="svgIconData" :name="'sidebar-' + svgIconName" v-if="svgIconData != ''"/>
|
||||
<span class="sidebar-item-text">{{ name }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue