mirror of https://github.com/ElemeFE/element
Docs: delete an incorrect closing html tag and empty block code (#16194)
parent
c97f376cf6
commit
f243410177
|
@ -18,7 +18,7 @@ If path of the page is simple, it is recommended to use PageHeader instead of th
|
|||
}
|
||||
}
|
||||
</script>
|
||||
```html
|
||||
```
|
||||
:::
|
||||
|
||||
### Attributes
|
||||
|
|
|
@ -37,7 +37,3 @@ Si la ruta de la página es simple, se recomienda utilizar PageHeader en lugar
|
|||
| --------------- | ----------- |
|
||||
| title | titulo |
|
||||
| content | contenido |
|
||||
|
||||
```
|
||||
|
||||
```
|
|
@ -18,7 +18,7 @@ If path of the page is simple, it is recommended to use PageHeader instead of th
|
|||
}
|
||||
}
|
||||
</script>
|
||||
```html
|
||||
```
|
||||
:::
|
||||
|
||||
### Attributes
|
||||
|
|
Loading…
Reference in New Issue