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