# avue-plugin-transfer **Repository Path**: turtle/avue-plugin-transfer ## Basic Information - **Project Name**: avue-plugin-transfer - **Description**: avue 穿梭框 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # avue-plugin-transfer ## avue 穿梭框 ## npm [avue-plugin-transfer](https://www.npmjs.com/package/avue-plugin-transfer) ## git [avue-plugin-transfer](https://gitee.com/smallweigit/avue-plugin-transfer) ## demo

## use ``` 1.安装 npm install avue-plugin-transfer --save 2.导入 import AvueTransfer from 'avue-plugin-transfer' Vue.use(AvueTransfer); 3.使用 ... column:[ ... { label:'test', prop:'test', component: "AvueTransfer" } ... ] 或者直接 ... ```