Extra contents beyond WaniKani
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
196 B

<script lang="ts">
export const documentProps = {
title: 'Hello to U'
}
</script>
<template>
<h1>About</h1>
<p>A colored page 2.</p>
</template>
<style>
h1,
p {
color: green;
}
</style>