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
nutui-cat文档问题,各组件使用的“安装”都是Vue3的,而对应不上Vue2。比如: import { createApp } from 'vue'; import { ShowMore } from '@nutui/nutui-cat'; const app = createApp(); app.use(ShowMore); 应该对应上
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nutui-cat文档问题,各组件使用的“安装”都是Vue3的,而对应不上Vue2。比如:
import { createApp } from 'vue';
import { ShowMore } from '@nutui/nutui-cat';
const app = createApp();
app.use(ShowMore);
应该对应上
The text was updated successfully, but these errors were encountered: