vue axios数据初始化写在哪里

一般情况下放在created()里面

如果dom页面展示的放在mounted()里面,要加个nextTick

你可能感兴趣的:(vue axios数据初始化写在哪里)