Your IP : 3.15.0.64


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

;(function() {

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

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

		return;
	}