参考解决方法资料,王清江大佬,时间8分31秒
14-2自己编写一个发get请求案例_哔哩哔哩_bilibili
今天在写若依API接口时候,爆了的错误
[Vue warn]: Error in mounted hook: "TypeError: (0 , _index.default) is not a function" found in ---> <Index> at src/views/project/index.vue <App> at src/App.vue <Root>
14-2自己编写一个发get请求案例_哔哩哔哩_bilibili
今天请求一个post请求的时候遇到了一个bug:
解决方法,使用结构赋值:
不要写成这种格式,自己的list方法导入的时候写成了:
import list from '@/api/project/index'
正确写法在import {lists} from '@/api/project/index'
控制台就没有报错了