Skip to content
Discussion options

You must be logged in to vote

Obligatory "I don't know if this is the best way of doing it" but I accomplished my goal this way:

import { h } from "vue";
import { VProgressCircular } from "vuetify/components";


...
<template>
  <v-list>
    <v-list-group :append-icon="h(VProgressCircular)">...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Modjular
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant