4
This commit is contained in:
14
packages/4-TransitionsView/pages/index/index.vue
Normal file
14
packages/4-TransitionsView/pages/index/index.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Index</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
|
||||
<style >
|
||||
h1 {
|
||||
view-transition-name: header;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user