Skip to content

Instantly share code, notes, and snippets.

@dlodeprojuicer
Last active October 7, 2019 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlodeprojuicer/d6d6882dc1b525aea9787db83814a3de to your computer and use it in GitHub Desktop.
Save dlodeprojuicer/d6d6882dc1b525aea9787db83814a3de to your computer and use it in GitHub Desktop.
Vue Cordova SMS receive template
<div v-if="watchError">{{ watchError }}s</div>
<ion-card>
<ion-card-header>
<ion-card-subtitle>{{ smsObj.date }}</ion-card-subtitle>
<ion-card-title>{{ smsObj.address }}</ion-card-title>
</ion-card-header>
<ion-card-content>{{ smsObj.body }}</ion-card-content>
</ion-card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment