Commit 20b109a8 authored by SpinShare's avatar SpinShare

added condition to hide the title

parent 3b64a932
<template> <template>
<div class="song-row song-row-new"> <div class="song-row song-row-new">
<div class="song-header"> <div class="song-header" v-if="title">
<div :class="'row-title ' + (noactions ? 'row-title-noactions' : '')">{{ title }}</div> <div :class="'row-title ' + (noactions ? 'row-title-noactions' : '')">{{ title }}</div>
<div class="row-controls" v-if="!noactions"> <div class="row-controls" v-if="!noactions">
<slot name="controls"></slot> <slot name="controls"></slot>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment