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