button input
This commit is contained in:
parent
4caf9ac0d5
commit
3f58b8f0af
2 changed files with 5 additions and 5 deletions
|
@ -42,11 +42,11 @@ const onAcknowledge = (event: Event) => {
|
|||
:content='warning.prompt'
|
||||
)
|
||||
.actions
|
||||
button(
|
||||
button.input(
|
||||
@click='onLeave($event)'
|
||||
)
|
||||
span {{ warning.leave.text }}
|
||||
button(
|
||||
button.input(
|
||||
@click='onAcknowledge($event)'
|
||||
)
|
||||
span {{ warning.acknowledge }}
|
||||
|
|
|
@ -83,14 +83,14 @@ onMounted(async () => {
|
|||
|
||||
<template lang="pug">
|
||||
.template.gallery-list
|
||||
|
||||
.navigation(
|
||||
v-if='ready'
|
||||
)
|
||||
p(
|
||||
button.input(
|
||||
v-if='variants?.length > 0'
|
||||
@click='onNavigateBack($event)'
|
||||
) Back
|
||||
)
|
||||
span Back
|
||||
.input.labeled-checkbox(
|
||||
v-if='hasWarnings'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue