Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt authored Jun 22, 2024
1 parent 4493e13 commit 7f008d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script setup>
import {ref, onMounted, computed, watch } from 'vue'
import { inject } from '@vercel/analytics';
inject();
const todos = ref([])
const name = ref('')
Expand Down Expand Up @@ -134,4 +136,4 @@ onMounted(() => {

</main>

</template>
</template>

0 comments on commit 7f008d5

Please sign in to comment.