fix(dndList): fixed the name same as router

pull/341/head
Pan 7 years ago
parent ca75f7bcbc
commit b53d0945ab

@ -14,7 +14,7 @@ import DndList from '@/components/DndList'
import { fetchList } from '@/api/article'
export default {
name: 'dnd-list-demo',
name: 'dndList-demo',
components: { DndList },
data() {
return {

Loading…
Cancel
Save