Merge "Bump wikimedia/parsoid to 0.21.0-a11"
[mediawiki.git] / resources / src / vue / composition-api.js
blob4dc21910ba770eb09a2dbb2ae4f558cc75f6d3d7
1 // For backwards compatibility, export Vue
2 // In Vue 3, the main Vue object contains all properties that callers would expect from the
3 // VueCompositionAPI object.
4 module.exports = require( 'vue' );