gamebrary/src/components/EmptyState.vue

16 lines
321 B
Vue
Raw Normal View History

2020-11-22 03:31:18 +00:00
<template lang="html">
<div class="text-center pt-5">
<h2>Boards</h2>
<p>Use boards to easily organize your video game collections</p>
<b-button variant="primary">Create board</b-button>
</div>
</template>
<script>
export default {
};
</script>
<style lang="scss" rel="stylesheet/scss" scoped>
</style>