Skip to content

RhinoCan/PropsAndArrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

propsandarrays

This repository contains 4 examples of array and prop handling in Vue:

1. Contact_InternalArray shows how a child component can display an array (of Strings) where the data is local via a v-for loop.
2. Contact_InternalArrayOfObjects shows how a child component can display the contents of an array of Objects where the data is local via a v-for loop.
3. Contact_ExternalArray shows how a child component can display an array (of Strings) where the data is passed to the child from a parent component as a prop.
4. Contact_ExternalArrayOfObjects shows how a child component can display the contents of an an array of Objects where the data is passed to the child from a parent component as a prop.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors