# 股票预测App **Repository Path**: white-horse-programmer/xiaohong-stock-forecast-app ## Basic Information - **Project Name**: 股票预测App - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2022-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 导入 ` import dropList from '@/components/drop-menu/index.vue' ` 引入插件 ` components:{ dropList }, ` 导入图片至/static/img下 PS:根据自行目录修改位置 例子: ` ` | 参数 | 类型 | 说明 | |----------|:-------------:|------:| | menus| Array | [{icon:'',text:'',value:''}] | | selected | String | 选中项的值 | | click | function | 点击项事件 返回 Object对象{icon:'',text:'',value:''} | 其他需求可自行更改