Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <html>
  2. <div class="carousel-cell">
  3. <Category :searchTerm="woman"></Category>
  4. </div>
  5. <div class="carousel-cell">
  6. <Category :searchTerm="men"></Category>
  7. </div>
  8. [..]
  9. <script>
  10. import Category from './Category'
  11. export default {
  12. components: {
  13. Category
  14. },
  15.  
  16. export default {
  17. data () {
  18. return {
  19. search: [how to access the **searchTerm** here?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement