# 黑马面面 **Repository Path**: hanhao888/hmmm-pc ## Basic Information - **Project Name**: 黑马面面 - **Description**: pc端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-31 - **Last Updated**: 2023-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hmmm-complete ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### 接口地址跟路径 http://liufusong.top:7001/ ### 组件 props ### `src/components/ContentTable` tableData : Array demo : tableData: [ { date: '2016-05-02', name: '王小虎', address: '上海市普陀区金沙江路 1518 弄' }, ] columnAttrs : Array demo : columnAttrs: [ { prop: 'date', label: '日期', width: '100px' }, { prop: 'name', label: '姓名', width: '100px' }, ] ### `src/components/ContainerCard` 主要使用了插槽 demo: ### `src/components/AddButton` text : String demo : {{按钮文案}}