Update default.html

This commit is contained in:
HAHWUL 2020-09-27 14:34:04 +09:00 committed by GitHub
parent 55746aba86
commit 75ef2f5b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@
</section> </section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js"> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js">
<script> <script>
window.onload = function(){
new Vue({ new Vue({
data: { data: {
langs: [ langs: [
@ -118,6 +119,7 @@
} }
} }
}).$mount('#app'); }).$mount('#app');
};
</script> </script>
</div> </div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>