Skip to content

Commit

Permalink
Remove compiler preprocessor import
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Oct 6, 2022
1 parent 6a5eb81 commit c0d88f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/components/VueCompositionSetup.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { computed, defineProps, ref } from 'vue'
import { computed, ref } from 'vue'
import SimpleCounter from './SimpleCounter.vue'
const props = defineProps({
Expand Down

0 comments on commit c0d88f1

Please sign in to comment.