mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-05-05 02:58:43 -05:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user