file: code/ShowTopic.vue 24: data: function () { 25: return { 26: topic: { 27: comments: [] 28: } 29: } 30: },
'data': defaults
has 'data' => ( Perl isa => 'HashRef', default => sub { { topic => { comments => [ ] } } } );