2020-08-27 17:18:57 +08:00

213 B
Raw Blame History

layout
templateLayout
<template>
    <span v-tooltip="'这里是提示文字'">当鼠标经过这段文字时会显示一个气泡框</span>
</template>
<script>
export default {
}
</script>