14 lines
137 B
Vue
14 lines
137 B
Vue
![]() |
<script setup lang="ts"></script>
|
||
|
|
||
|
<template>
|
||
|
<h1>
|
||
|
About page.
|
||
|
</h1>
|
||
|
</template>
|
||
|
|
||
|
<style module>
|
||
|
.red {
|
||
|
color: red;
|
||
|
}
|
||
|
</style>
|