[Vuejs]-How to get JSON format returned from flask directly in Vue

1👍

You need to define msg in your data section to make it reactive. Set it to null, and then update it async as you already do.

Leave a comment