Fix bug
This commit is contained in:
		| @@ -4,7 +4,9 @@ | ||||
|  | ||||
| <script lang="ts"> | ||||
| import Vue from 'vue'; | ||||
| import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons'; | ||||
| import i18n from '../i18n'; | ||||
|  | ||||
| export default Vue.extend({ | ||||
| 	i18n, | ||||
| 	props: { | ||||
| @@ -13,6 +15,11 @@ export default Vue.extend({ | ||||
| 			required: true | ||||
| 		}, | ||||
| 	}, | ||||
| 	data() { | ||||
| 		return { | ||||
| 			faExclamationTriangle | ||||
| 		}; | ||||
| 	} | ||||
| }); | ||||
| </script> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo