Skip to content

Commit b53d094

Browse files
committed
fix(dndList): fixed the name same as router
1 parent ca75f7b commit b53d094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/components-demo/dndList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import DndList from '@/components/DndList'
1414
import { fetchList } from '@/api/article'
1515
1616
export default {
17-
name: 'dnd-list-demo',
17+
name: 'dndList-demo',
1818
components: { DndList },
1919
data() {
2020
return {

0 commit comments

Comments
 (0)