Skip to content

Commit 2274bfb

Browse files
committed
fix(PrimeOutputText): add import for computed
1 parent 4623969 commit 2274bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PrimeOutputText.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang='ts'>
22
import type { FormKitFrameworkContext } from '@formkit/core'
33
import type { PropType } from 'vue'
4+
import { computed } from 'vue'
45
import { useI18n } from 'vue-i18n'
56
import { useFormKitSection } from '../composables'
67

0 commit comments

Comments
 (0)