Your IP : 18.119.103.8


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/vue3/vuex/src/wrap/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/vue3/vuex/src/wrap/start.js

;(function() {

	if (
		typeof this.BX !== 'undefined'
		&& typeof this.BX.Vue3 !== 'undefined'
		&& typeof this.BX.Vue3.Vuex !== 'undefined'
	)
	{
		var currentVersion = '4.0.2';

		if (this.BX.Vue3.Vuex.version !== currentVersion)
		{
			console.warn('BX.Vue3.Vuex already loaded. Loaded: ' + this.BX.Vue3.Vuex.version + ', Skipped: ' + currentVersion + '. Version differences may cause errors!');
		}

		return;
	}