Doesn't mobile support import ('') dynamic loading syntax?

mounted () {

    setTimeout(()=>{
        import("./views/hello.js").then(()=>{
            alert(123);  //
        })
        //this.$router.push("/foo")
    },1000)
},
May.16,2022

support it. Plug-in babel-plugin-syntax-dynamic-import needs to be installed

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-1b31c76-40e02.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-1b31c76-40e02.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?