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'm trying to get the + modifier to work in a conditional string, but it does not seem to work.
Important: note that you can append a + modifier at the end of the string to specify that the conditional rendering happens for all greater breakpoints.
Hello,
I'm trying to get the
+
modifier to work in a conditional string, but it does not seem to work.Important: note that you can append a + modifier at the end of the string to specify that the conditional rendering happens for all greater breakpoints.
<div v-if="$mq == 'tablet+'">tablet and higher</div>
It works just fine without the
+
, but I'm trying to trigger my tablet+ sizing. Do I need to use the MqLayout component for this to work?Thanks!
The text was updated successfully, but these errors were encountered: