You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Components are imported from CommonJS module by default, if you want to use only specific components you can import them from source to enable treeshaking.
66
75
67
76
```js
68
77
// Import components this way to allow tree shaking
69
78
import { CDataTable } from'@coreui/vue/src';
70
79
```
71
80
72
-
## Changelog
81
+
###Changelog
73
82
74
83
See the GitHub [release history](https://github.com/coreui/coreui-vue/releases).
75
84
76
-
## Contributing
85
+
###Contributing
77
86
78
87
See [CONTRIBUTING.md](https://github.com/coreui/coreui-vue/blob/v3-next/CONTRIBUTING.md).
79
88
80
-
## Credits
89
+
###Credits
81
90
82
91
Some design ideas and solutions in this library are inspired by [Bootstrap-Vue library](https://bootstrap-vue.js.org/)
0 commit comments