Merge pull request #367 from waddington/master

feat: adds task priority information to DOM
This commit is contained in:
Raimund Schlüßler 2019-04-21 17:58:53 +02:00 committed by GitHub
commit e53632fef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"