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
How would I support making a directive client-side-only? I like how much this library simplifies things, but I'm not really sure how to get something like v-t working. Currently trying to use it results in SyntaxError: Custom directive is missing corresponding SSR transform and will be ignored.There are docs about how to fix this, but they don't really make sense in the context of vite-ssg
How would I support making a directive client-side-only? I like how much this library simplifies things, but I'm not really sure how to get something like
v-t
working. Currently trying to use it results inSyntaxError: Custom directive is missing corresponding SSR transform and will be ignored.
There are docs about how to fix this, but they don't really make sense in the context ofvite-ssg
Related issue
The text was updated successfully, but these errors were encountered: