0👍
Fixed according the @EstusFlask recommendation.
‘userLogin’ func moved to mounted:
async mounted() {
await axios(config)
.then((resp) => {
validToken = resp.data.access_token
});
}
- [Vuejs]-Accordion animation is really slow in iOS Framework7-vue app
- [Vuejs]-How to change VUE main.js to use routers/index.js
Source:stackexchange.com