update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: 'blank',
|
||||
public: true,
|
||||
})
|
||||
|
||||
const test = useRoute()
|
||||
const temp = test.hash
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span>success {{ temp }}</span>
|
||||
</template>
|
||||
Reference in New Issue
Block a user