Merge pull request #367 from waddington/master
feat: adds task priority information to DOM
This commit is contained in:
commit
e53632fef9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
<li v-show="showTask"
|
||||
:task-id="task.uri"
|
||||
:class="{done: task.completed}"
|
||||
:data-priority="[task.priority]"
|
||||
class="task-item"
|
||||
>
|
||||
<div :task-id="task.uri"
|
||||
|
|
Loading…
Reference in a new issue