Export an instance of vue. Created executes, but mounted does not. What is the problem?

what"s the problem?

Mar.04,2021

possible extend? for export And then new got one? If you don't use $mount, you just create an instance object, it won't be mounted, and mounted won't be executed.


mounted: function () {
    console.log(8888)
    this.$nextTick(function () {
        console.log(9999)
    })
}

vue version 2.0 or above

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36136-2bfea.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36136-2bfea.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?