Ezeikpe Onyekwere

Results 3 issues of Ezeikpe Onyekwere

``` function dj($d) { die(json_encode($d)); } GlobalDj() ``` The above function is written, but when I type the function as ``` dj ``` and press enter it automatically turns it...

How can i pass html to the comfirm message such that it renders as html and not just ordinary text

legacy-vue2

``` import { progressbar } from "vue-strap"; export default { components: { progressbar }, } ``` After i have imported this into my component the color only shows blue and...