onMounted
This commit is contained in:
parent
fa1b369ea1
commit
77c23ff2ce
@ -43,7 +43,8 @@
|
||||
</template>
|
||||
|
||||
<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 account = useState("account");
|
||||
|
Loading…
Reference in New Issue
Block a user