mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Only show No results when not loading
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
/>
|
||||
</ul>
|
||||
|
||||
<span v-else class="no-results">No results found</span>
|
||||
<span v-else-if="!loading" class="no-results">No results found</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -30,6 +30,11 @@ export default {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
default: false
|
||||
},
|
||||
loading: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
default: false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user