/** * @file js/classes/VueRegistry.js * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2000-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @class VueRegistry * @ingroup js_classes * * @brief Registry and initialization class for Vue.js handlers */ export default { /** * Registry of all active vue instances */ _instances: {}, /** * Initialize a Vue controller * * This method is often called directly from a