Replies: 1 comment
-
It is unsupported currently, and I hope it will. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I LOVE petite-vue but miss my Vuejs Devtools does anyone know how to get it to work? I checked their issues and I don't see anyone having asked yet.
I am using the ES module build and I just can't get the dev tools to detect Vue petite.
<script type="module"> import { createApp } from 'https://unpkg.com/petite-vue?module' </script>
Beta Was this translation helpful? Give feedback.
All reactions