fix: 修改右键

This commit is contained in:
MTrun
2022-02-07 20:55:40 +08:00
parent 0ce954588e
commit 8f15b0a32f
8 changed files with 83 additions and 54 deletions
@@ -0,0 +1,12 @@
<template>
<div class="go-chart-content-details">
设置
</div>
</template>
<script setup></script>
<style lang="scss" scoped>
@include go('chart-content-details') {
}
</style>