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>
|
</script>
|
||||||
```html
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Attributes
|
### Attributes
|
||||||
|
|
|
@ -37,7 +37,3 @@ Si la ruta de la página es simple, se recomienda utilizar PageHeader en lugar
|
||||||
| --------------- | ----------- |
|
| --------------- | ----------- |
|
||||||
| title | titulo |
|
| title | titulo |
|
||||||
| content | contenido |
|
| content | contenido |
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
|
@ -18,7 +18,7 @@ If path of the page is simple, it is recommended to use PageHeader instead of th
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
```html
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Attributes
|
### Attributes
|
||||||
|
|
Loading…
Reference in New Issue