Skip to content

Commit 4043d97

Browse files
committed
playground: add icons
1 parent 245d622 commit 4043d97

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

playground/app.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<script setup lang="ts">
2+
import { mdiHome } from '@mdi/js'
3+
24
// App state
35
const nuxtifyConfig = useNuxtifyConfig()
46
const dialog = useDialog()
@@ -142,6 +144,17 @@ const clickToast = () => {
142144
</v-card>
143145
</v-col>
144146
</v-row>
147+
148+
<!-- Icons -->
149+
<v-row>
150+
<v-col cols="12">
151+
<v-card class="pa-4">
152+
<h2>Icons</h2>
153+
154+
Home <v-icon :icon="mdiHome" />
155+
</v-card>
156+
</v-col>
157+
</v-row>
145158
</v-container>
146159
</v-main>
147160

0 commit comments

Comments
 (0)