naive-ui/demo/documentation/components/tooltip/zhCN/placement.md
2020-01-30 17:38:14 +08:00

186 B
Raw Blame History

位置

<n-tooltip placement="top-start">
  <template v-slot:activator>
    <n-button>
      上边一开始
    </n-button>
  </template>
  哇哦Awesome
</n-tooltip>