if you want to click, you can turn on or off the full screen:
<el-button type="text" @click="dialogVisible = true"> Dialog</el-button>
<el-dialog fullscreen :visible.sync="dialogVisible ">
<el-button class="fullscreen">
<i class="full"></i>
</el-button>
{{testInfo}}
</el-dialog>
the vue,element-ui you just learned is also in the beginner stage. Ask God to teach you how to use the Attributes of the component
.