You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering whether custom directives are supported inside the <script setup> tag.
From my current test it seems they are not but I might do sth. wrong 🤔
Hey 👋🏻
I was wondering whether custom directives are supported inside the
<script setup>
tag.From my current test it seems they are not but I might do sth. wrong 🤔
Example component:
UPDATE
Seems that
const focus = {}
works butconst vFocus = {}
does not.The text was updated successfully, but these errors were encountered: