Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230424

[Ionic 4 - Vue] Modal - Get props inside component

$
0
0

I just ran into the same issue. This works:

.create({
  component: ModalSelectSearch,
  componentProps: {
    // This gets passed to the component's data values
    data: {
      dataItem: dataItemVal
    },
    // This gets passed as the actual 'props' values
    propsData: {
      title: 'Test'
    }
  }
})

Viewing all articles
Browse latest Browse all 230424

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>