Skip to content

Commit

Permalink
Updates kresponsivewindow documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
akolson committed Oct 10, 2022
1 parent 5940c76 commit 4075c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/kresponsivewindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
<!-- eslint-enable -->

<p><code>useKResponsiveWindow()</code> returns an object of reactive properties, that you could destruture.</p>


<h3>Mixin vs composable</h3>
<p>Mixins come with several drawbacks including namespace collision, tight coupling, and dificulties associated with developer debugging. It is recommended that composables are used instead as they attemp to resolve these drawbacks. Benefits among others, include better logic reusability and better code organization.</p>
</DocsPageSection>

<DocsPageSection title="Mixin Example" anchor="#mixin-example">
Expand Down

0 comments on commit 4075c57

Please sign in to comment.