admin-template
Here are 270 public repositories matching this topic...
Issue type
I'm submitting a ... (check one with "x")
- [ X] bug report
- feature request
- question about the decisions made in the repository
Issue description
使用 Mock mock 数据的时候,需要硬编码数据到代码里面
使用 easy-mock 需要外网访问
使用 http-mock-middleware 仅仅需要新增如下 devServer.after 的配置项,就可以很方便的管理假数据,也方便开发者任意的修改假数据,而不需要提交:
const httpMockMiddleware = require("hm-middleware");
module.exports = {
devServer: {
after: function(app, server){
app.use(httpMockMiddleware({
After I cloned blur-admin, following the installation guidelines, but the serve command does not work and throw error that I didn't install jquery library which needs bower to install.
Please fix the document.
Requirement: bower (npm install -g bower)
After install npm: bower install --force
Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon
-
Updated
Jun 18, 2020 - JavaScript
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
-
I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
-
Do you want to request a feature or report a bug?
Minor bug
-
Updated
Jun 12, 2020 - TypeScript
npm link后提示
npm WARN iview@2.14.0 requires a peer of vue@^2.5.2 but none is installed. You must install peer dependencies yourself.
npm WARN WZ@1.0.0 No repository field.
wz命令执行不了。
The final build is too large. I checked the build folder and looks like it's not optimizing the bundle. The build/static/media contains all flags SVGs. And I haven't used a single flag SVG in my project.
Folder sizes:
- build/static/css - 905 KB
- build/static/js - 14 MB
- build/static/media - 7.8 MB
I can delete the media folder straight away and still get my app running successf
-
Updated
Jun 8, 2020 - Vue
-
Updated
May 11, 2020 - Vue
In src/views/SignIn/SignIn.js and /src/views/SignUp/SignUp.js: paddingBototm
contentHeader: {
display: 'flex',
alignItems: 'center',
paddingTop: theme.spacing(5),
paddingBototm: theme.spacing(2),
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2)
}
Should be:
contentHeader: {
display: 'flex',
alignItems: 'c
-
Updated
May 25, 2020 - HTML
-
Updated
May 23, 2020 - Python
-
Updated
May 20, 2020 - HTML
-
Updated
Nov 2, 2019 - CSS
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
May 15, 2020 - C#
-
Updated
Jun 6, 2020 - Vue
-
Updated
Jun 15, 2020 - Vue
-
Updated
Jul 17, 2018 - JavaScript
-
Updated
Dec 2, 2019 - Vue
-
Updated
Jun 10, 2020 - CSS
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Feb 8, 2019 - JavaScript
I think will good to add arrow in navigation that have child.
Also add interaction for collapse this child
-
Updated
Apr 30, 2020 - HTML
Improve this page
Add a description, image, and links to the admin-template topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin-template topic, visit your repo's landing page and select "manage topics."

在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap