-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
Issue / PR 编写建议 (必读) #90
Comments
如何加入你们? |
__
如果你有什么疑问,或者有什么想法 可以直接发 issue,也可以发 PR 并进行说明 |
打包放到服务器后 js css找不到 |
怎么加入a-tree-select组件 |
您好,ant-design-pro-vue文档中,入门下的和服务端交互下的 // api/user.js示例代码中 |
webstorm中部分组件标签不识别,没有语法提示,怎么解决? |
请问会更新支持多标签页吗? |
退出登录,跳转到登录页,没有实现,原因是在permission.js文件。对其判断跳转到了/dashboard/workplace,最终原因是因为ACCESS_TOKEN没有清除,但是刷新页面后是清除了。请问如何解决登录不跳转问题 |
尝试将@click改成 @click.native后删除 |
bug:移动端https://preview.pro.antdv.com/dashboard/analysis 时,柱形图的nav一直在跳动。 |
<script>
export default {
name: 'RouteView',
props: {
keepAlive: {
type: Boolean,
default: true
}
},
data () {
return {}
},
render () {
const { $route: { meta }, $store: { getters } } = this
const inKeep = (
)
const notKeep = (
)
// 这里增加了 multiTab 的判断,当开启了 multiTab 时
// 应当全部组件皆缓存,否则会导致切换页面后页面还原成原始状态
// 若确实不需要,可改为 return meta.keepAlive ? inKeep : notKeep
if (!getters.multiTab && !meta.keepAlive) {
return notKeep
}
// return this.keepAlive || getters.multiTab || meta.keepAlive ? inKeep : notKeep
return meta.keepAlive ? inKeep : notKeep
}
}
</script>
如何不让所有组件缓存,只让列表缓存,并且不会还原成原始状态 |
您好 请问Ant Design Pro Vue 3.0版本 pro-layout 左侧菜单栏 收放宽度 收回去的宽度collapsedWidth默认80 怎么修改默认值 没有找到 这个对应的参数 伸出来的宽度找到了是siderWidth |
|
@sendya 感谢 发现了 是文档内的连接没更新 其实就是这个 https://pro.antdv.com/docs/router-and-nav |
Bug:vue-antd-pro v3.0.2 src/layouts/UserLayout.vue line: 12 |
为了更好的解决你的问题, 建议在发表前, 先浏览以下内容。
issue
Console
报错等方式提交更多的信息。Contributors
的回复进行反馈的,默认将认为已解决关闭 Issuepull request
.editorconfig
和eslint
(提交前请用yarn run lint --no-fix
检查是否有 rules 未通过)如果未遵守,将直接关闭 prgit config core.autocrlf input
commit message
如下:最后
复制大家都在说的话:
另外 合理的、多数人都需要的功能、建议,我会考虑。但是精力有限, 不一定会马上加入。
附录
本项目未开设 QQ 讨论群,但是可以加入到
Ant Design Vue
的基础组件群,群号为:217490093
点击链接加入群聊【Ant Design Vue】请认真填写加群问题,乱写会直接拒绝! 且 问题版本号不是指本项目(Pro)的版本号。
The text was updated successfully, but these errors were encountered: