naive-ui/demo/documentation/components/popover/enUS/rawContent.md
2019-09-27 22:28:25 +08:00

402 B

Raw Content

<n-popover raw :arrow="false">
  <template v-slot:activator>
    <n-button style="margin:0;">
      hover
    </n-button>
  </template>
  <div
    style="width: 100px; height: 100px; background-color: red; transform-origin: inherit;"
  >
    Who kicks a hole in the sky so the heaven cry over me.
  </div>
</n-popover>
export default {
  data() {
    return {}
  }
}