forked from AkkomaGang/admin-fe
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'
|
import { fetchList } from '@/api/article'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'dnd-list-demo',
|
name: 'dndList-demo',
|
||||||
components: { DndList },
|
components: { DndList },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue