Update emailSelection export and usage to Evan-recommended "module style" syntax

This commit is contained in:
Jeffrey Biles
2020-04-14 06:09:36 -07:00
parent 25c6c3ad22
commit c58f792d7e
4 changed files with 5 additions and 9 deletions

View File

@@ -35,13 +35,10 @@
export default {
async setup(){
let openedEmail = null;
let { emailSelection } = useEmailSelection();
return {
format,
openedEmail,
emailSelection
openedEmail: null,
emailSelection: useEmailSelection()
}
},
components: {