Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Jan 8, 2021
1 parent b2ca7b1 commit 5b89f1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script lang="ts">
import { computed, defineComponent, reactive, ref } from "vue";
import { computed, defineComponent, reactive } from "vue";
import JSChild from "./JSChild.vue";
import TSChild from "./TSChild.vue";
Expand All @@ -29,4 +29,4 @@ export default defineComponent({
};
}
});
</script>
</script>

0 comments on commit 5b89f1e

Please sign in to comment.