mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +00:00
dashboard placeholder
This commit is contained in:
parent
0bb45b9386
commit
bacccbb465
1 changed files with 23 additions and 0 deletions
23
src/pages/DashboardPage.vue
Normal file
23
src/pages/DashboardPage.vue
Normal file
|
@ -0,0 +1,23 @@
|
|||
<template lang="html">
|
||||
<b-container fluid>
|
||||
Dashboard
|
||||
<page-title
|
||||
title="Boards"
|
||||
action-text="Create board"
|
||||
@action="$bvModal.show('create-board')"
|
||||
/>
|
||||
|
||||
<h5>public boards</h5>
|
||||
<h5>news feeds</h5>
|
||||
<h5>deals</h5>
|
||||
<h5>newsletter signup</h5>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" rel="stylesheet/scss" scoped>
|
||||
</style>
|
Loading…
Reference in a new issue