mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 17:19:42 +00:00
Add library to manage async resource Make Store reusable for easier testing Move plugin to libs Add getTaskFor getter with tests
6 lines
No EOL
81 B
Vue
6 lines
No EOL
81 B
Vue
<template lang="pug">
|
|
.row
|
|
.col
|
|
h2 Page
|
|
p {{ $route.path }}
|
|
</template> |