()
| 69 | } |
| 70 | |
| 71 | getMeta () { |
| 72 | return { |
| 73 | title: $.i18n.t('new_home.title_coco'), |
| 74 | meta: [ |
| 75 | { vmid: 'meta-description', name: 'description', content: $.i18n.t('new_home.meta_description_coco') } |
| 76 | ], |
| 77 | link: [ |
| 78 | { vmid: 'rel-canonical', rel: 'canonical', href: '/' } |
| 79 | |
| 80 | ] |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | getMandate () { |
| 85 | this.homeCN = this.mandate.get('0').homeCN |
nothing calls this directly
no outgoing calls
no test coverage detected