I ran into a problem while using Vuetify 3 that I wanted to ask on Stack Overflow, but in order to do that I needed to create a minimally reproducible example. Where can I find a template that I can refer to?
What I tried
- I tried creating my own example on codesandbox.io, but since I don't use the sandbox very often it took me a long time to get it to work.
- I tried googling to find an existing example but couldn't find one.
- I tried using the example provided in the Vuetify documentation, but I can't seem to save and share the modified state. [Update: This is incorrect, as the accepted answer explains. ]
Here is anofficial playground, which is probably the easiest way if you want to use SFCs. The content of the playground is encoded into the URL, so you can save it by saving the URL.
Or you can create a snippet using CDN Vue and Vuetify: