File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/docs/.vuepress/theme-coreui/src/client/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<CDropdown class="ms-3 me-5 mb-4">
7
7
<CDropdownToggle color="primary" variant="outline"> Vue.js </CDropdownToggle>
8
8
<CDropdownMenu class="w-100">
9
- <CDropdownItem href="#" disabled >
10
- Angular <span class="badge bg-warning float-end mt-1">Work in Progress</span>
9
+ <CDropdownItem href="https://coreui.io/angular/docs/4.0/" target="_blank" >
10
+ Angular
11
11
</CDropdownItem>
12
- <CDropdownItem href="https://coreui.io/docs/4.0 /" target="_blank">
12
+ <CDropdownItem href="https://coreui.io/docs/4.1 /" target="_blank">
13
13
JavaScript / Vanilla JS
14
14
</CDropdownItem>
15
- <CDropdownItem href="https://coreui.io/react/docs/4.0 /" target="_blank">
15
+ <CDropdownItem href="https://coreui.io/react/docs/4.1 /" target="_blank">
16
16
React.js
17
17
</CDropdownItem>
18
18
</CDropdownMenu>
You can’t perform that action at this time.
0 commit comments