mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-17 07:03:42 +08:00
feat(projects): 1.0 beta
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
<template>
|
||||
<n-space :vertical="true" :size="16">
|
||||
<project-introduction />
|
||||
<project-info />
|
||||
<pro-dependency />
|
||||
<dev-dependency />
|
||||
</n-space>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onActivated, onMounted } from 'vue';
|
||||
import { DevDependency, ProDependency, ProjectInfo, ProjectIntroduction } from './components';
|
||||
|
||||
onActivated(() => {
|
||||
console.log('about page activated');
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
console.log('about page mounted');
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user