Vuetify offers the 'activator' prop in multiple components like 'v-menu' and 'v-dialog', but there is limited information on how to create a node for it to function correctly. The documentation states:
Designate a custom activator when the activator slot is not utilized. A string can be any valid querySelector, and an object can be any valid Node.
I tried using a querySelector to select a simple element, but it did not work. Is there any additional property I should include?