mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-24 09:00:00 -05:00
Update default.html
This commit is contained in:
parent
55746aba86
commit
75ef2f5b96
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user