Closed
Description
Version
2.2.1
Platform and OS info
Android
Steps to reproduce
npm i -g nativescript@latest
tns create TestApp --vue
tns run android --hmr --path TestApp
Then change Blank {N}-Vue app
string inside Home.vue
with something else.
What is expected?
Change to be applied.
What is actually happening?
Change is not applied.
Caused by this commit:
595d2a0