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