摘要: 用类: import React from 'react'; import { IonIcon, addIcons } from 'react-svg-ionicons'; import bundle from 'react-svg-ionicons/bundles/all'; import Pro 阅读全文
posted @ 2021-02-04 23:34 starlog 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 在组件中: import PropTypes from 'prop-types'; const { items, onModifyItem, onDeleteItem } = props 这是传入组件的属性 PriceList.propTypes = { items: PropTypes.array 阅读全文
posted @ 2021-02-04 23:08 starlog 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 在项目根目录: npm i react-svg-ionicons -S 在组件中: import { IonIcon, addIcons } from 'react-svg-ionicons'; import bundle from 'react-svg-ionicons/bundles/all'; 阅读全文
posted @ 2021-02-04 20:49 starlog 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 在项目根目录: npm install bootstrap --save 在index.js: import 'bootstrap/dist/css/bootstrap.min.css' 选择、调整样式: https://v4.bootcss.com/docs/components/alerts/ 阅读全文
posted @ 2021-02-04 16:35 starlog 阅读(699) 评论(0) 推荐(0) 编辑