Refactor: Minor code refactoring in accordance with Vue.js best practices (#368)

This commit is contained in:
James George 2019-12-16 18:23:14 +05:30 committed by Pranav Raj S
parent 17587d8a0c
commit 87fb1adab1
14 changed files with 23 additions and 27 deletions

View file

@ -2,7 +2,7 @@
<div class="row empty-state">
<h3 class="title">{{title}}</h3>
<p class="message">{{message}}</p>
<slot></slot>
<slot />
</div>
</template>
<script>