[mod]
This commit is contained in:
parent
366bdef7b8
commit
a567168ab4
3 changed files with 7 additions and 3 deletions
|
|
@ -6,7 +6,10 @@ var app = new Vue({
|
|||
message: 'Hello Vue!',
|
||||
links: null,
|
||||
hits:0,
|
||||
loaded: null
|
||||
loaded: null,
|
||||
target: "srv",
|
||||
targets: ["srv","top","new"]
|
||||
|
||||
},
|
||||
|
||||
methods:{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue