You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script setup lang="ts">
import { inject } from 'vue';
// Add a piece of code to make the `count` value get injected into the child component.
const count = inject('count');
</script>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: