1,父组件直接传参,给子组件
webpack 相关
vue 单文件
<template> </template> <script> </script> <style scoped> </style>
webpack 使用vue
vue-router 的使用