the following code can play an elementUI MessageBox pop-up box without writing HTML
what should I do if I want to play a Dialog with an input box or something without writing HTML?
import { MessageBox } from "element-ui"
MessageBox(message, "", {
confirmButtonText: ""
})