Page MenuHomeWickedGov Phorge

init.js
No OneTemporary

Size
537 B
Referenced Files
None
Subscribers
None
'use strict';
const outer = document.querySelector( '.mw-htmlform' );
if ( outer ) {
outer.classList.add( 'mw-block-form' );
const Vue = require( 'vue' );
const App = require( './SpecialBlock.vue' );
const { createPinia } = require( 'pinia' );
// Load any extension-provided messages added by the PHP GetAllBlockActions hook.
( new mw.Api() ).loadMessagesIfMissing(
Object.keys( mw.config.get( 'partialBlockActionOptions' ) || {} )
).then( () => {
Vue.createMwApp( App )
.use( createPinia() )
.mount( outer );
} );
}

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 15:10 (14 h, 37 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5c/0c/274ca42bff11e5a924893544136d
Default Alt Text
init.js (537 B)

Event Timeline