Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
Vuejs Render subcomponent

I need to render one component inside another. But then running the subcomponent is not applying.

Everything is global:

Index

<script src=" <?= Helpers::asset('assets/js/vue/componenteA.js'); ?>"></script>
<script src=" <?= Helpers::asset('assets/js/vue/componenteB.js'); ?>"></script>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>

App.js

var app = new Vue({
  el: '#app-welcome',
  components: {
    'componenteA': componenteA,
    'componenteb' : componenteb
  }...

componenteA

const componenteA = {
  template: "<div><p>xxx</p> 
                        <div  v-for="d in DEMO">
                          <componenteB :x="d"></componenteB>
                        </div>   ......</div>",
  props: {
    x: { type: Object }
  } 
data(){}

When I run the code, everything inside componentA is rendered to the screen, however, the content of componentB is not displayed.

If I order componentB to be displayed outside of componentA, it is shown successfully.

My question is how to make componentB rendering happen inside componentA.

Informs that the server does not have NODE, NPM, VUECLI.

thanks.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!