PROD removed all warning, exported variable new Vue, added Content-Security-Policy head's meta

This commit is contained in:
2021-03-31 19:17:55 +02:00
parent 3042f97b29
commit 7eefa39e10
4 changed files with 18 additions and 5 deletions

View File

@ -58,11 +58,12 @@ import 'theme/assets/styles/print.scss'
import { MA } from 'vuejs/api/ma-axios'
export let _v_sitebranding_block, _v_user_block, _v_header_menu,
_v_pagetitle_block, _v_search_block,
_v_main_content, _v_left_content
(function (Drupal, drupalSettings, drupalDecoupled) {
const MaterioTheme = function () {
let _v_sitebranding_block, _v_user_block, _v_header_menu,
_v_pagetitle_block, _v_search_block,
_v_main_content, _v_left_content
const _is_front = drupalSettings.path.isFront
console.log('drupalSettings', drupalSettings)