How do Vue custom directives configure render and custom components?

I defined a custom directive such as v-dbClick

I want to be able to click and execute render to create a dom or pass a component to create

v-dbClick="{
 render:??
}

for render, the?? How should it be configured to use it?

  bind  binding.value.render  createElement 

in addition, I consider how to use components, but I don"t understand how to bind my components to custom instructions.

Mar.02,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3566d-2bf84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3566d-2bf84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?