Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/vue3/vue/dev/src/wrap/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/vue3/vue/dev/src/wrap/start.js

;(function() {

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

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

		return;
	}