Skip to content

Commit

Permalink
add more in the wild test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Feb 25, 2024
1 parent 376e060 commit f123141
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<template>
<div>
<dynamic-renderer></dynamic-renderer>
<static-renderer></static-renderer>
</div>
</template>

<script>
import dynamicRenderer from '~/components/dynamic-renderer';
import staticRenderer from '~/components/static-renderer';
export default {
components: {
'dynamic-renderer': dynamicRenderer,
'static-renderer': staticRenderer
}
}
</script>

0 comments on commit f123141

Please sign in to comment.