MediaWiki:Gadget-codextest-ChangeNameDialog.vue: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 April 2023

  • curprev 00:0300:03, 13 April 2023Patch Demo talk contribs 1,271 bytes +1,271 Created page with "<template> <cdx-dialog v-model:open="wrappedOpen" title="Change name" close-button-label="Close" :primary-action="saveAction" @primary="saveName" > <p>New name:</p> <cdx-text-input v-model="nameInput" placeholder="Choose a new name"></cdx-text-input> </cdx-dialog> </template> <script> const { ref, computed, toRef } = require( 'vue' ); const { CdxDialog, CdxTextInput, useModelWrapper } = require( '@wiki..."