add cctitle(...)
This commit is contained in:
		
							parent
							
								
									39ba7a4361
								
							
						
					
					
						commit
						fdbe0904ef
					
				@ -42,6 +42,10 @@ export default {
 | 
			
		||||
      console.debug('%c ' + JSON.stringify({ time: new Date().toJSON(), page: pageName }), 'color:cyan;background:lightgrey', ...args)
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  cctitle (...args) {
 | 
			
		||||
    const pageName = this.thisPage().route || 'VueApp'
 | 
			
		||||
    console.debug('%c ' + JSON.stringify({ time: new Date().toJSON(), page: pageName }), 'color:cyan;background:lightgrey', ...args)
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  localizeText (i18nText) {
 | 
			
		||||
    i18nText = i18nText?.__page__
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user