Skip to content

Commit

Permalink
fix(booster-iframe): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Apr 29, 2024
1 parent 94370c2 commit d260817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/components/BoosterIframe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</template>

<script setup>
import { ref, defineEmits, watch, useBoosterComponentObserver } from '#imports';
import { ref, watch, useBoosterComponentObserver } from '#imports';
import { defineProps } from 'vue';
import { defineProps, defineEmits } from 'vue';
const props = defineProps({
src: {
Expand Down

0 comments on commit d260817

Please sign in to comment.