You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<p>Hello Vue.js</p>
</template>
<style scoped>
p {font-size:20px;color:red;text-align: center;line-height: 50px;}/* Making the body css classes work globally (arround the entire app) */:global(body) {width: 100vw;height: 100vh;background-color: burlywood;}
</style>