el-menu
effect to be achieved: all are displayed by default, and those like "Kanban" cannot be clicked
el-menu
effect to be achieved: all are displayed by default, and those like "Kanban" cannot be clicked
personal opinion is: all set to the first-level menu, change the unorderable to disabled status and modify the style. I don't know whether it meets your needs
.I want to disable the state of my row of action buttons when prop:enabledStatus is enabled; when prop:enabledStatus is disabled, my row of action buttons become enabled; according to judgment, only one status button appears. How to do it, ask the great...
Local internationalization of vue element ui is to change the language of a page into English; I know that the language is changed globally ` complete introduction of Element import Vue from vue import ElementUI from element-ui import ...
solution: defines a temporary variable, but it needs to be hidden, otherwise it will be displayed <span v-show="false"> {{message = chat.messages[chat.messages.length-1]}} < span> {{message.content}} similar...
1. (public component Project) I separate several common components in a project and package them with a new project. The packaging tool is rollup . 2. (custom theme style project) before installing that (common component project), I have already instal...
<el-table-column type="selection" width="55"> < el-table-column> how to select by default ...
edge browser. After several el-select selections, the page will be refreshed, and sometimes you will jump to a 404 page (not all edge will) ...
when I look at the elementui source code, I find such a code : const uploadComponent = <upload {...uploadData}>{trigger}< upload>; return ( <div> { this.listType === picture-card ? uploadList : } { this.$slots...
Development uses a lot of functions of table components, and if it takes a long time to write natively, the code will change a lot, so it s not a good solution, is there any elementUI-based solution? ...
1. Use the form component in element-ui and open the verification function 2, bug: there are two pages. The first line of the first page uses verification. When you switch to the second page after the verification is passed, the data in the same locati...