I ran into the same problem you need to wrap the application in <v-app>.
The reason is that the color of the frame depends on the theme you are using. If you try to check the documentation, you will see that the border rule is similar to .application--light .input-group .input-group__details: application--light- this is really a class added v-app.
source
share