primary use error by Vue
Author: 11003Created Dec 2, 2022Updated Dec 2, 2022
Is it the way I use it?
// "popmotion": "^11.0.5",
import { animate } from "popmotion"mounted(){
animate({
from: 0,
to: 100,
onUpdate: latest => console.log(latest)
})
},

Source: Popmotion/popmotion