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
8cc28a1070
commit
457b71cea8
@ -64,7 +64,7 @@
|
||||
{{ content }}
|
||||
|
||||
</hr>
|
||||
<div class="container" onload="show()">
|
||||
<div class="container">
|
||||
<div id="app">
|
||||
<h1>One-line maker</h1>
|
||||
<div>
|
||||
@ -91,7 +91,7 @@
|
||||
</section>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js"></script>
|
||||
<script>
|
||||
function show() {
|
||||
window.onload = function(){
|
||||
new Vue({
|
||||
data: {
|
||||
langs: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user