Last active
October 7, 2019 19:40
-
-
Save dlodeprojuicer/d6d6882dc1b525aea9787db83814a3de to your computer and use it in GitHub Desktop.
Vue Cordova SMS receive template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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