We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想使用 MessagePlugin.error("错误"); 但是 500 Cannot read properties of undefined (reading 'querySelector')
// https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: '2024-04-03', devtools: { enabled: true }, modules: ['@tdesign-vue-next/nuxt', '@nuxtjs/tailwindcss'], tdesign: { resolveIcons: true, plugins: ['MessagePlugin'] } })
The text was updated successfully, but these errors were encountered:
不配置plugins ,插件是默认全部导入的 我试了没问题 引用后运行 npm run generate,生成.nuxt ,vscode 有提示
npm run generate
Sorry, something went wrong.
No branches or pull requests
我想使用 MessagePlugin.error("错误"); 但是
500
Cannot read properties of undefined (reading 'querySelector')
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
modules: ['@tdesign-vue-next/nuxt', '@nuxtjs/tailwindcss'],
tdesign: {
resolveIcons: true,
plugins: ['MessagePlugin']
}
})
The text was updated successfully, but these errors were encountered: