Vue
lyp039078
这个作者很懒,什么都没留下…
展开
-
vue Bug: component lists rendered with v-for should have explicit keys.
报错信息 warning in ./src/components/common/Banner.vue (Emitted value instead of an instance of Error) <el-carousel-item v-for="item in banner_list">: component lists rendered with v-for should h...原创 2019-06-27 14:21:13 · 907 阅读 · 0 评论 -
前后端分离(django+vue)实现分页器
课程列表接口实现分页显示数据 在当前子应用courses下创建一个分页器的文件pagination.py,代码: from rest_framework.pagination import PageNumberPagination class CoursePageNumberPagination(PageNumberPagination): """课程列表数据的分页器""" pa...原创 2019-07-06 13:37:42 · 1567 阅读 · 0 评论