Fixed typos

pull/8219/head
Javier Diaz 2017-11-12 22:42:42 -06:00 committed by 杨奕
parent 8f515002db
commit cefc1b2904
1 changed files with 2 additions and 2 deletions

View File

@ -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>