ericwang1902 / vuelearning1

vue父子属性传递

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuelearning

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

1.vue属性 2.父传子:自定义属性; 3.子传父:自定义事件,events属性

About

vue父子属性传递


Languages

Language:JavaScript 81.3%Language:Vue 17.5%Language:HTML 1.2%