mirror of https://github.com/ElemeFE/element
Fixed typos
parent
8f515002db
commit
cefc1b2904
|
@ -181,12 +181,12 @@ Muestra una animación de pantalla completa mientras se cargan los datos
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="openFullScreen"
|
@click="openFullScreen"
|
||||||
v-loading.fullscreen.lock="fullscreenLoading">
|
v-loading.fullscreen.lock="fullscreenLoading">
|
||||||
Como una directiva
|
Como directiva
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="openFullScreen2">
|
@click="openFullScreen2">
|
||||||
Como un servicio
|
Como servicio
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue