This commit is contained in:
2023-05-04 16:27:23 +08:00
parent 9f5b7628f0
commit c088b1d796
10 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div>
<h1>Index</h1>
</div>
</template>
<script lang="ts" setup>
</script>
<style >
h1 {
view-transition-name: header;
}
</style>