mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	add meta tag
This commit is contained in:
		| @ -50,7 +50,7 @@ export default { | ||||
|     Layout.set('layout-default') | ||||
|   }, | ||||
|  | ||||
|   created() { | ||||
|   created () { | ||||
|     this.bootstrap().then((res) => { | ||||
|       this.setInitialCompany() | ||||
|     }) | ||||
| @ -59,7 +59,7 @@ export default { | ||||
|   methods: { | ||||
|     ...mapActions(['bootstrap']), | ||||
|     ...mapActions('company', ['setSelectedCompany']), | ||||
|     setInitialCompany() { | ||||
|     setInitialCompany () { | ||||
|       let selectedCompany = Ls.get('selectedCompany') !== null | ||||
|  | ||||
|       if (selectedCompany) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user