🚧 add sidebar
This commit is contained in:
14
src/views/Photograph/AllPhoto/AllPhoto.vue
Normal file
14
src/views/Photograph/AllPhoto/AllPhoto.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<p>AllPhoto</p>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss" src="./index.scss">
|
||||
|
||||
</style>
|
0
src/views/Photograph/AllPhoto/index.scss
Normal file
0
src/views/Photograph/AllPhoto/index.scss
Normal file
11
src/views/Photograph/RecentUpload/RecentUpload.vue
Normal file
11
src/views/Photograph/RecentUpload/RecentUpload.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss" src="./index.scss">
|
||||
|
||||
</style>
|
0
src/views/Photograph/RecentUpload/index.scss
Normal file
0
src/views/Photograph/RecentUpload/index.scss
Normal file
Reference in New Issue
Block a user