邓宏
3 years ago
2 changed files with 1 additions and 16 deletions
@ -1,14 +0,0 @@ |
|||
<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