0๐
<template>
<div v-if="this.last != ''" float-label="fullname">
User-name :{ {this.first}}.{{this.last}}
</div>
</template>
- [Vuejs]-Vue โ Activate VNode Adjustment
- [Vuejs]-How should i use .then and .catch in an axios call in Vue JavaScript App?
Source:stackexchange.com