Skip to content

Commit

Permalink
fix(Icon): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 9, 2023
1 parent 32ada0b commit cd430a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/components/elements/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
</template>

<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
props: {
name: {
Expand Down

0 comments on commit cd430a4

Please sign in to comment.