前台页面框架完成

This commit is contained in:
2023-06-29 15:40:35 +08:00
parent 9da2250458
commit b3bdb8afba
14 changed files with 480 additions and 579 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
月刊
</div>
</template>
<script>
export default {
name: "MonthlyComponent"
}
</script>
<style scoped>
</style>