📅  最后修改于: 2022-03-11 14:58:04.491000             🧑  作者: Mango
mounted () {
// or inside updated ()
this.$nextTick(function () {
// Code that will run only after the
// entire view has been re-rendered
})