Skip to content

Commit

Permalink
Minor: remove import to defineExpose
Browse files Browse the repository at this point in the history
`defineExpose` is a compiler macro and no longer needs to be imported
  • Loading branch information
AngelFQC committed Jun 24, 2024
1 parent 5ffe0af commit d5c6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/components/ctoolintro/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script setup>
import useVuelidate from "@vuelidate/core"
import { computed, ref, defineExpose } from "vue"
import { computed, ref } from "vue"
import { usePlatformConfig } from "../../store/platformConfig"
import { useRoute } from "vue-router"
import BaseTinyEditor from "../basecomponents/BaseTinyEditor.vue"
Expand Down

0 comments on commit d5c6477

Please sign in to comment.