1👍
You should be able to use openUrl
to open a website on your browser:
import { openUrl } from "tns-core-modules/utils/utils";
openUrl('your website url here');
- [Vuejs]-How to add more than one attributes to an element dynamically in vuejs
- [Vuejs]-How do I watch changes to an object? this.$set seems to capture only property update
Source:stackexchange.com