aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/vue/composition-api.js
blob: 4dc21910ba770eb09a2dbb2ae4f558cc75f6d3d7 (plain) (blame)
1
2
3
4
// For backwards compatibility, export Vue
// In Vue 3, the main Vue object contains all properties that callers would expect from the
// VueCompositionAPI object.
module.exports = require( 'vue' );