Michael Stuart
Michael Stuart
I've tried just about every way as well, just like Philipp did, and it always outputs this warning in the console, and the default is not applied: "[Vue warn]: Invalid...
@fedediaz92 I finally found a version that appears to work. My theory is that maybe something was put in at one point that let people have a prop be a...
We are hitting the same issue. What's strange is that it's only for our production build, and we can't repro it locally in the development build. Also, if this helps...
More info: It appears to also not work for style components using Vue 2.7, where they backported the composition api from Vue 3. We're stuck just not having Storybook controls...
@DoubleJ-G Yes, we're using Vue 2.7.5. Some of our components are using the class-style, and some are using the new style. The script setup ones do render in Storybook, but...
I had a very similar issue which started happening with version 3.6.x, where we have a separate repo of custom components utilizing Vuetify, built in library mode with Vite (Vuetify...
Any update on this one? Thanks!!
In my haste, I was thinking mvc6 came with asp.net core. I guess that's a separate issue, but do you plan on creating a .net core version?
No, I haven't even tried using this in an ASP.net Core mvc app yet to see if it would work, but I had assumed it would need to be built...
Nope, it doesn't support a pure ASP.net Core mvc app, since it targets the full .net 4.0 framework: error: Package TwitterBootstrapMVC5 3.17.5 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package TwitterBootstrapMVC5...