refactor: make history component self closing
This commit is contained in:
parent
4c82ef89fb
commit
fcc6f5aa76
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@
|
|||
<history
|
||||
@useHistory="handleUseHistory"
|
||||
ref="historyComponent"
|
||||
></history>
|
||||
/>
|
||||
</div>
|
||||
<input id="collection-tab" type="radio" name="side" />
|
||||
<label for="collection-tab">{{ $t("collections") }}</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue