8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
/**
|
|
* @fileoverview Card 插件
|
|
*/
|
|
function Card (vm) {
|
|
}
|
|
|
|
module.exports = Card
|