mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-26 03:16:34 +08:00
13 lines
231 B
Vue
13 lines
231 B
Vue
<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>
|