Merge branch 'dev' of https://gitee.com/MTrun/go-view into dev

This commit is contained in:
奔跑的面条
2022-09-27 10:03:32 +08:00
3 changed files with 28 additions and 24 deletions
@@ -1,8 +1,8 @@
<template>
<div class="go-text-box">
<div class="content">
<span style="cursor: pointer" v-show="link" @click="click">{{ option.dataset }}</span>
<span v-show="!link">{{ option.dataset }}</span>
<span style="cursor: pointer" v-if="link" @click="click">{{ option.dataset }}</span>
<span v-else>{{ option.dataset }}</span>
</div>
</div>
</template>