1.0.3 • Published 6 years ago
test-people v1.0.3
vue 插件
<<<<<<< HEAD
A Vue.js filter Plugin
Install
npm install test-people -S
how to use
// main.js
import TestPeople from 'test-people'
Vue.use(TestPeople)
// 使用页面
<test-people :projectName="projectName" ></test-people>
data() {
return {
// 可传参数
projectName: '', // 当前项目名
}
}
methods: {
},