initial
This commit is contained in:
14
pages/index.vue
Normal file
14
pages/index.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
productsData
|
||||
<pre>
|
||||
{{ productsData }}
|
||||
</pre>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useGetProductList } from '~/api/queries'
|
||||
|
||||
const { data: productsData } = useGetProductList()
|
||||
</script>
|
||||
11
pages/test.vue
Normal file
11
pages/test.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
boroda
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user