User:DannyS712/EFFPRH/sandbox.js: Difference between revisions

Content deleted Content added
fix removing class and wvui button props
m tweak
Line 100:
// Need a reference so that it can be unmounted
let vueAppInstance;
// We shouldn't use the mw.loader access directly, but I'm not
// pasing around the `require` function everywhere
WvuiButton: const wvui = mw.loader.require( 'wvui' ).WvuiButton;
const handlerApp = {
components: {
WvuiButton: wvui.WvuiButton
// We shouldn't use the mw.loader access directly, but I'm not
// pasing around the `require` function everywhere
WvuiButton: mw.loader.require( 'wvui' ).WvuiButton
},
data: function () {