Is the interpolation invalid after vue uses the template template output?

 <div id="app">
        {{message}}
        <template id="tmpl">
            

template

</template> </div> <script type="text/javascript"> var app = new Vue({ el: "-sharpapp", data: { message: "hello message" }, template: `-sharptmpl ` }) </script>

what is the reason why {{}} interpolation is not valid at this time?

Mar.21,2021

what you mean by this is that the contents of-sharptmpl are rendered under-sharpapp, and {{}} is naturally overwritten.

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