Skip to content

Commit

Permalink
fix: remove mounted test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawntraoz committed Feb 28, 2023
1 parent be4233f commit d10a1f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playground/storyblok/sub/Teaser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@

<script setup>
defineProps({ blok: Object });
onMounted(() => {
console.log("mounted");
});
</script>

0 comments on commit d10a1f5

Please sign in to comment.