mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
add back button to create tag page
This commit is contained in:
parent
d619ac9796
commit
765c2a5b87
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,17 @@
|
|||
<template lang="html">
|
||||
<b-container fluid>
|
||||
<portal to="pageTitle">
|
||||
Create tag
|
||||
<div>
|
||||
<b-button
|
||||
variant="light"
|
||||
class="mr-2"
|
||||
:to="{ name: 'tags' }"
|
||||
>
|
||||
<i class="fa-solid fa-chevron-left" />
|
||||
</b-button>
|
||||
|
||||
Create tag
|
||||
</div>
|
||||
</portal>
|
||||
|
||||
<form @submit.prevent="submit">
|
||||
|
|
Loading…
Reference in a new issue