d9d7c69432
Add library to manage async resource Make Store reusable for easier testing Move plugin to libs Add getTaskFor getter with tests
6 lines
81 B
Vue
6 lines
81 B
Vue
<template lang="pug">
|
|
.row
|
|
.col
|
|
h2 Page
|
|
p {{ $route.path }}
|
|
</template> |