mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
parent
f7ffc173b1
commit
dad4f864ff
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
<template lang="pug">
|
||||
b-modal#death(:title="$t('lostAllHealth')", size='md', :hide-footer="true")
|
||||
b-modal#death(
|
||||
:title="$t('lostAllHealth')",
|
||||
size='md',
|
||||
:hide-footer="true",
|
||||
no-close-on-esc,
|
||||
no-close-on-backdrop,
|
||||
)
|
||||
.row
|
||||
.col-12
|
||||
.hero-stats
|
||||
|
|
|
|||
Loading…
Reference in a new issue