mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增侧边栏和首页
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import TopCarousel from './index.vue'
|
||||
|
||||
export { TopCarousel }
|
||||
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="go-template-market-top-carousel">
|
||||
<h1>轮播图</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@include go('project-template-market-top-carousel') {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user