I have a webpage application coded with Vue when reload page the code of Vue in the HTML load with code view and hide.
I need to hide this code when reload page
<script src="cdn.jsdelivr.net/npm/vue"></script> <script src="cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> <script src="./js/vue.js"></script>