Fix bug
This commit is contained in:
		| @@ -4,7 +4,9 @@ | |||||||
|  |  | ||||||
| <script lang="ts"> | <script lang="ts"> | ||||||
| import Vue from 'vue'; | import Vue from 'vue'; | ||||||
|  | import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons'; | ||||||
| import i18n from '../i18n'; | import i18n from '../i18n'; | ||||||
|  |  | ||||||
| export default Vue.extend({ | export default Vue.extend({ | ||||||
| 	i18n, | 	i18n, | ||||||
| 	props: { | 	props: { | ||||||
| @@ -13,6 +15,11 @@ export default Vue.extend({ | |||||||
| 			required: true | 			required: true | ||||||
| 		}, | 		}, | ||||||
| 	}, | 	}, | ||||||
|  | 	data() { | ||||||
|  | 		return { | ||||||
|  | 			faExclamationTriangle | ||||||
|  | 		}; | ||||||
|  | 	} | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -105,7 +105,7 @@ | |||||||
|  |  | ||||||
| <script lang="ts"> | <script lang="ts"> | ||||||
| import Vue from 'vue'; | import Vue from 'vue'; | ||||||
| import { faEllipsisH, faRobot, faLock, faBookmark, faExclamationTriangle, faChartBar, faImage, faBirthdayCake, faMapMarker } from '@fortawesome/free-solid-svg-icons'; | import { faEllipsisH, faRobot, faLock, faBookmark, faChartBar, faImage, faBirthdayCake, faMapMarker } from '@fortawesome/free-solid-svg-icons'; | ||||||
| import { faCalendarAlt, faBookmark as farBookmark } from '@fortawesome/free-regular-svg-icons'; | import { faCalendarAlt, faBookmark as farBookmark } from '@fortawesome/free-regular-svg-icons'; | ||||||
| import * as age from 's-age'; | import * as age from 's-age'; | ||||||
| import XUserTimeline from './index.timeline.vue'; | import XUserTimeline from './index.timeline.vue'; | ||||||
| @@ -139,7 +139,7 @@ export default Vue.extend({ | |||||||
| 			user: null, | 			user: null, | ||||||
| 			error: null, | 			error: null, | ||||||
| 			parallaxAnimationId: null, | 			parallaxAnimationId: null, | ||||||
| 			faEllipsisH, faRobot, faLock, faBookmark, farBookmark, faExclamationTriangle, faChartBar, faImage, faBirthdayCake, faMapMarker, faCalendarAlt | 			faEllipsisH, faRobot, faLock, faBookmark, farBookmark, faChartBar, faImage, faBirthdayCake, faMapMarker, faCalendarAlt | ||||||
| 		}; | 		}; | ||||||
| 	}, | 	}, | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo