Skip to content
Snippets Groups Projects
Commit bae99b3a authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Remove some console

parent ff409267
No related branches found
No related tags found
No related merge requests found
<script setup lang="ts"> <script setup lang="ts">
const { page, surround } = useContent(); const { page, surround } = useContent();
console.log(page)
console.log("surround object!!!!!")
console.log(surround)
</script> </script>
<template> <template>
<v-card> <v-card>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment