fix(dndList): fixed the name same as router
This commit is contained in:
parent
ca75f7bcbc
commit
b53d0945ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue