邓宏
2 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
<style lang="less" scoped> |
|||
|
|||
</style> |
|||
<template> |
|||
<h1 @click="$router.go(-1)">demo page</h1> |
|||
</template> |
|||
<script setup> |
|||
import { onActivated, reactive } from "vue" |
|||
|
|||
console.log(">>>>>>>>>>>>---------demo---------setup---------") |
|||
onActivated(()=>{ |
|||
console.log(">>>>>>>>>>>>>------demo-----------activated-------") |
|||
}) |
|||
</script> |
Loading…
Reference in new issue