I am creating my first Vue project with Vue3 and ts. But I found any kind of elements writen in the App.vue will be automatically centered in the screen, when the width of page is bigger than 1024.
enter image description here
<template> <div> <p>This is the App component</p> </div> </template>
I changed the version of Vue, change the code in App.vue, but the problem still exists.
New contributor
user25545777 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.