<template> <div class="container"> <text> Enter some words.</text> <text>Enter some words.</text> <text>Enter some words.</text> <text>Enter some words.</text> </div> </template> <style> .container { flex-direction: column; justify-content: center; align-items: center; background-color: #00fa9a; } </style> <script> module.exports = { data: { }, onInit() { }, } </script>