// define a mixin object var myMixin = { created: function () { this.hello() }, methods: { hello: ...
確定! 回上一頁