mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
pug to html
This commit is contained in:
@@ -1,35 +1,10 @@
|
||||
<template lang="pug">
|
||||
div
|
||||
yesterdaily-modal(
|
||||
:yesterDailies='yesterDailies',
|
||||
@run-cron="runYesterDailiesAction()",
|
||||
)
|
||||
armoire-empty
|
||||
new-stuff
|
||||
death
|
||||
low-health
|
||||
level-up
|
||||
choose-class
|
||||
testing
|
||||
testingletiant
|
||||
rebirth-enabled
|
||||
drops-enabled
|
||||
contributor
|
||||
won-challenge
|
||||
ultimate-gear
|
||||
streak
|
||||
rebirth
|
||||
joined-guild
|
||||
joined-challenge
|
||||
invited-friend
|
||||
login-incentives(:data='notificationData')
|
||||
quest-completed
|
||||
quest-invitation
|
||||
verify-username
|
||||
generic-achievement(:data='notificationData')
|
||||
just-add-water
|
||||
lost-masterclasser
|
||||
mind-over-matter
|
||||
<template>
|
||||
<div>
|
||||
<yesterdaily-modal
|
||||
:yester-dailies="yesterDailies"
|
||||
@run-cron="runYesterDailiesAction()"
|
||||
/><armoire-empty /><new-stuff /><death /><low-health /><level-up /><choose-class /><testing /><testingletiant /><rebirth-enabled /><drops-enabled /><contributor /><won-challenge /><ultimate-gear /><streak /><rebirth /><joined-guild /><joined-challenge /><invited-friend /><login-incentives :data="notificationData" /><quest-completed /><quest-invitation /><verify-username /><generic-achievement :data="notificationData" /><just-add-water /><lost-masterclasser /><mind-over-matter />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang='scss'>
|
||||
|
||||
Reference in New Issue
Block a user