Skip to content
Snippets Groups Projects
Unverified Commit 1482f364 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Add CC address list

parent 885800cd
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,11 @@
<AddressList :entries="from"/>
to <!-- TODO: translate -->
<AddressList :entries="to"/>
<!--{{printAddressList from}}
{{ t 'to' }}
{{printAddressList to}}
{{#if cc.length}}
({{ t 'cc' }} {{printAddressList cc}})
{{/if}}-->
<template v-if="cc.length">
(cc
<AddressList :entries="cc"/><!--
-->)
</template>
</p>
</div>
<div class="mail-message-body">
......@@ -69,6 +68,12 @@
email: 'angular@frameworks.js',
}
],
cc: [
{
label: 'Underscore Jayes',
email: 'underscore@frameworks.js',
}
],
subject: 'Do you enjoy the Vue?'
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment