Skip to content

Configuration

you can use the attribute with el-dialog, also in this package we create some extra options to use plugin more easy.

Extra Options

js
export const options = {
  // confirm button text
  subBtuText: 'Confirm';
  // cancel button text
  cancelBtuText: 'Cancel';
  // decide the child component mounted
  reload: false;
}
export const options = {
  // confirm button text
  subBtuText: 'Confirm';
  // cancel button text
  cancelBtuText: 'Cancel';
  // decide the child component mounted
  reload: false;
}

Released under the MIT License. thanks for naive-ui-admin.