<div class="my-2">
<v-small btn color="primary">Primary</v btn>
</div>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
<v-app>
<v-btn color="success">Success</v btn>
</v-app>
Vue.use(Vuetify)
Find more questions by tags Vue.jsJavaScript
Like all over the place. - Amparo93 commented on April 19th 20 at 12:33
Now he sees the components, but with the styles is a problem.
For example:
Appears so:
Although index.html he added:
- Amparo93 commented on April 19th 20 at 12:36