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
建议在init 时候回初始化需要的 less
import { PageHelp } from '@/components/Wk'; import DataTable from './dataTable'; import styles from './style.less';
The text was updated successfully, but these errors were encountered:
一些公用的样式文件与代码,需要执行
ant-g --type=dependencies
然后,你去components 与utils的Wk目录下,看看这些代码复制过来了吗?
这是一个帮助文档
Sorry, something went wrong.
我原先想在 init时候,将 less 数据库结构 mock service 都给初始化了。后来就没有来得及做。
好了 TK , 还有个 小问题就是 好像新增和修改是一起的吗, 分开来会不会好点
No branches or pull requests
建议在init 时候回初始化需要的 less
import { PageHelp } from '@/components/Wk';
import DataTable from './dataTable';
import styles from './style.less';
The text was updated successfully, but these errors were encountered: