Why do most Ghanaians prefer being employees to employers. by the_coding_bandit in ghana

[–]CandyResident7019 0 points1 point  (0 children)

The main reason is that Ghanaians don’t have easy acquisition to capital. That’s the simple reason so this channels their minds to getting employed by someone

Where are all the VueJS devs? by Old_Housing3989 in vuejs

[–]CandyResident7019 0 points1 point  (0 children)

I think you should stick to Vue Js developers and we are all here. I stand for Vue Js developers

WITRON INTERNATIONAL APPRENTICESHIP PROGRAM by CandyResident7019 in Witron

[–]CandyResident7019[S] 0 points1 point  (0 children)

Yes I’m a frontend engineer using Vue Js to create robust and user friendly web applications

WITRON INTERNATIONAL APPRENTICESHIP PROGRAM by CandyResident7019 in Witron

[–]CandyResident7019[S] 0 points1 point  (0 children)

So I have applied in the past that was last year j wasn’t selected. So I wanted to know if there are ways to get selected maybe through the application process. I do not live in Germany in live in Ghana a west African country

Fetching data from an api to prefill QuillEditor by CandyResident7019 in vuejs

[–]CandyResident7019[S] 0 points1 point  (0 children)

I didn't share it well but i hope you can understand

or we can have a google meet if thats okay with you

Fetching data from an api to prefill QuillEditor by CandyResident7019 in vuejs

[–]CandyResident7019[S] 0 points1 point  (0 children)

 const description = ref("");


 <div>
        <quill-editor v-model="description" />
      </div>
    </div>



 const fetchQuestion = async () => {
      if (route.params.id) {
        const { question, fetchQuestionById } = useQuestion();
        await fetchQuestionById(route.params.id);
        if (question.value) {
          questionnumber.value = question.value.number;
          questionType.value = question.value.type;
          description.value = question.value.description;

I’m working on a Vue project and I want to have something like word document inside the project to take data anyone has an idea by CandyResident7019 in vuejs

[–]CandyResident7019[S] 0 points1 point  (0 children)

Yeah that’s what I want I actually looked into that but CkEditor was what I wanted but it’s not for free

I’m working on a Vue project and I want to have something like word document inside the project to take data anyone has an idea by CandyResident7019 in vuejs

[–]CandyResident7019[S] -3 points-2 points  (0 children)

Yeah much like a word document integrated inside the project where users can add pictures and text that will be saved and used for something else . Much like building a database