[Vuejs]-I would like to push real time data and plot

0πŸ‘

βœ…

In html file just include Vue with

<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>

or:

<script src="https://cdn.jsdelivr.net/npm/vue"></script>

and it works.

Leave a comment