Test-Methode
This commit is contained in:
parent
645e111f51
commit
129496a13f
@ -28,6 +28,7 @@ const CreateMsgRouter = {
|
|||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
data: function () {
|
data: function () {
|
||||||
|
return {};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
},
|
},
|
||||||
|
@ -9,6 +9,7 @@ const FileRouter = {
|
|||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
data: function () {
|
data: function () {
|
||||||
|
return {};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
},
|
},
|
||||||
|
@ -11,5 +11,11 @@ const HomeRouter = {
|
|||||||
return { messages: _messages };
|
return { messages: _messages };
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
refresh_messages: function () {
|
||||||
|
_messages.push ({id: 42, subject: "xxx", message: "warum habt ihr auch so viel", user: "nobody", tags:"foo"});
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
/*mounted: function() {
|
||||||
|
this.refresh_messages();
|
||||||
|
}*/
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user