vue-antd-admin icon indicating copy to clipboard operation
vue-antd-admin copied to clipboard

🐜 Ant Design Pro's implementation with Vue

Results 123 vue-antd-admin issues
Sort by recently updated
recently updated
newest added

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...

dependencies

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

引入的 cdn 资源访问不了,导致页面也访问不了,并且cdn 资源访问不了是偶发性问题 ![image](https://user-images.githubusercontent.com/26838689/146746921-112a974f-b6ed-4658-a2f6-f3f6791e4d41.png)

**Describe the bug** - [ ] 登录后,保存用户信息时,发生报错: ```js vuex.esm.js?2f62:926 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'commit') at VueComponent.mappedMutation (vuex.esm.js?2f62:926) at VueComponent.afterLogin (signup_form.vue?5808:153) ``` ![image](https://user-images.githubusercontent.com/26167245/136739813-4fc1b8ce-9564-4962-b328-81e9a80cb449.png) - [...

vue.js:634 [Vue warn]: Error in updated hook: "TypeError: Cannot read property 'appendChild' of null" found in ---> at src/layouts/header/AdminHeader.vue at src/layouts/AdminLayout.vue at src/layouts/tabs/TabsView.vue at src/App.vue warn @ vue.js:634 logError @...

axios的请求封装没有去重功能

用v-auth 对按钮进行权限判断不正确,使用master分支下 ,我在首页设置了一个测试按钮 使用v-auth="`add`" 是禁用状态的,vuex里面是可以看到permission 权限组中是有add这个权限的,v-auth不管如何设置按钮都是禁用状态

调用StandardTable,只有传入pagination="true"。请问该如何传入页码,页数等,实现分页查询表格