13 lines
187 B
Vue
Raw Normal View History

2022-01-08 21:01:52 +08:00
<template>
2022-02-04 18:28:02 +08:00
<div class="go-chart-content-details">
2022-01-08 21:01:52 +08:00
设置
</div>
</template>
2022-02-04 18:28:02 +08:00
<script setup></script>
2022-01-08 21:01:52 +08:00
<style lang="scss" scoped>
2022-02-04 18:28:02 +08:00
@include go('chart-content-details') {
}
2022-02-07 20:55:40 +08:00
</style>