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;
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 () {
|