<template>
<div>
<v-alert type="warning">
Website displays better in Chrome
</v-alert>
</div>
</template>
I am new to Vue and I want to notify the user only when using IE that there might be issues with the page. If the user uses Chrome then no alert will appear.