mirror of
https://github.com/anatolykopyl/vue-todo-list.git
synced 2026-03-26 04:45:17 +00:00
Removed unnecesary tag
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<draggable v-model="todos" group="people" @start="drag=true" @end="drag=false">
|
||||
<draggable v-model="todos" @start="drag=true" @end="drag=false">
|
||||
<div v-bind:key="todo.id" v-for="todo in todos">
|
||||
<TodoItem v-bind:todo="todo" v-on:del-todo="$emit('del-todo', todo.id)" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user