mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-02 22:36:35 +08:00
13 lines
187 B
Vue
13 lines
187 B
Vue
<template>
|
|
<div class="go-chart-content-details">
|
|
设置
|
|
</div>
|
|
</template>
|
|
|
|
<script setup></script>
|
|
|
|
<style lang="scss" scoped>
|
|
@include go('chart-content-details') {
|
|
}
|
|
</style>
|