Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import { LANGUAGES_MAP } from '../../plugins/i18n' | |
| /* eslint-disable no-undef */ | |
| /* eslint-disable no-console */ | |
| export async function getPage(app, uid, pageType) { | |
| // "custom type", "" | |
| // console.log('fetching ', uid) | |
| let languageDict = {} | |
| const lang = app.router.history.pending | |
| ? app.router.history.pending.params.lang | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <template> | |
| <div class="site-canvas"> | |
| <a-top-fixed-nav v-if="hasRightSide === true" /> | |
| <div | |
| id="header" | |
| :class="[ | |
| { pinHeader: !$store.state.header }, | |
| { 'bg-cover': $store.state.header }, | |
| { 'bg-center': $store.state.header }, | |
| {'fixedNav': hasRightSide} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | export const state = () => ({ | |
| navigation: null, | |
| header: false, | |
| header_images: {} | |
| }) | |
| export const mutations = { | |
| setNavigation(state, navigation) { | |
| state.navigation = navigation | |
| }, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| // "atomKeymap.promptV3Features": true, | |
| "emmet.syntaxProfiles": { | |
| "vue-html": "html", | |
| "vue": "html" | |
| }, | |
| "emmet.showAbbreviationSuggestions": true, | |
| "emmet.showExpandedAbbreviation": "always", | |
| "emmet.includeLanguages": { | |
| "vue-html": "html", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | code --install-extension editorconfig.editorconfig | |
| code --install-extension dbaeumer.vscode-eslint | |
| code --install-extension eamodio.gitlens | |
| code --install-extension zhuangtongfa.material-theme |