admin-two-vue-bulma-dashboard icon indicating copy to clipboard operation
admin-two-vue-bulma-dashboard copied to clipboard

Free Vue.js Bulma Buefy Admin Dashboard Template. Vite & Vue CLI supported

Results 4 admin-two-vue-bulma-dashboard issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.8 to 2.9.13. Changelog Sourced from vite's changelog. 2.9.13 (2022-06-27) fix: /@fs/ dir traversal with escaped chars (fixes #8498) (#8805) (e109d64), closes #8498 #8805 fix(wasm): support decoding...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I am try the next code parent component methods : { showAlert(){ alert('hi') } } child Component methods:{ anyFunction(){ this.$parent.showAlert() } } but i have this error: _this2.$parent.loadEntityRecords is not...

Is there any plan to support RTL?