BY
BY
i also want to know
you can do this ``` export default defineNuxtRouteMiddleware(to => { // skip middleware on server if (process.server) return // skip middleware on client side entirely if (process.client) return // or...
What should I do in Vue3
The issue still persists. Although it doesn't appear on Ubuntu, it affects the build speed. ``` "devDependencies": { "@alicloud/dingtalk": "^2.1.49", "@antfu/eslint-config": "^2.27.3", "@element-plus/nuxt": "^1.0.10", "@headlessui/vue": "^1.7.23", "@heroicons/vue": "^2.1.5", "@iconify/json": "^2.2.250",...
参考下我的配置 "fileheader.customMade": { "Author": "git config user.name && git config user.email", "Date": "Do not edit", "LastEditors": "git config user.name && git config user.email", "LastEditTime": "Do not edit", "FilePath": "Do not...
Sorry, I don't quite understand. I want to establish a persistent database connection. Where should I execute it? like this? ``` //utils/db.util.ts import { defineMongooseConnection } from '#nuxt/mongoose' export const...
I have encountered the same issue. Are there any alternatives available at the moment?
Additional note: To reproduce the issue, you can modify the `/src/store/test.ts` file during project startup to verify the hot reload effect.
First of all, thank you for your reply, but I still have some questions This is my project structure  I want to automatically import modules in server/services In nuxt.config.ts,...
Hello,Can someone help me?