onMounted
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { useFetch, useRoute, useState, createError, onMounted } from '#app';
|
import { ref, onMounted } from 'vue';
|
||||||
|
import { useFetch, useRoute, useState, createError } from '#app';
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const account = useState("account");
|
const account = useState("account");
|
||||||
|
|||||||
Reference in New Issue
Block a user