vue-element-admin Work with Server ?

drnojrws  于 2个月前  发布在  其他
关注(0)|答案(2)|浏览(20)

How to stop using Mock js, I checked your documentation but was unable to understand please help me out .

  • Your OS: WIndows 10
  • Node.js version: 10.+
  • vue-element-admin version:Latest
dhxwm5r4

dhxwm5r41#

you just need point the url to your api

.env.development

VUE_APP_BASE_API = '/dev-api' #Inject the root path of the api
VUE_APP_BASE_API2 = '/dev-api2' #Inject the root path of the api

u91tlkcl

u91tlkcl2#

hey let me know how to implement pagination with data table I dont have any feature of backend pagination is there any posibility fo getting frontend pagination in element data table please let me know this

相关问题