+
+
Apps Index
+
+
+
+
+ {{ formatCurrency(slotProps.data.price) }}
+
+
+
+
+ {{ formatCurrency(slotProps.data.price) }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/vue-query.ts b/plugins/vue-query.ts
new file mode 100644
index 0000000..2226c10
--- /dev/null
+++ b/plugins/vue-query.ts
@@ -0,0 +1,36 @@
+import type {
+ DehydratedState,
+ VueQueryPluginOptions,
+} from '@tanstack/vue-query'
+import {
+ VueQueryPlugin,
+ QueryClient,
+ hydrate,
+ dehydrate,
+} from '@tanstack/vue-query'
+// Nuxt 3 app aliases
+import { useState } from '#app'
+
+export default defineNuxtPlugin((nuxt) => {
+ const vueQueryState = useState