mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-27 02:05:57 +08:00
feat(projects): 1.0 beta
This commit is contained in:
15
src/views/manage/route/index.vue
Normal file
15
src/views/manage/route/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
import { onActivated } from 'vue';
|
||||
|
||||
console.log('setup');
|
||||
|
||||
onActivated(() => {
|
||||
console.log('onActivated');
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<LookForward />
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user