mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
213 B
213 B
layout |
---|
templateLayout |
<template>
<span v-tooltip="'这里是提示文字'">当鼠标经过这段文字时,会显示一个气泡框</span>
</template>
<script>
export default {
}
</script>