mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(container): fix spelling errors in container (#499)
fix spelling errors in container fix #498
This commit is contained in:
@@ -2,13 +2,13 @@ import { App } from 'vue'
|
||||
import Container from './src/container.vue'
|
||||
import Aside from './src/aside.vue'
|
||||
import Main from './src/main.vue'
|
||||
import Fotter from './src/footer.vue'
|
||||
import Footer from './src/footer.vue'
|
||||
import Header from './src/header.vue'
|
||||
|
||||
export default (app: App): void => {
|
||||
app.component(Container.name, Container)
|
||||
app.component(Aside.name, Aside)
|
||||
app.component(Main.name, Main)
|
||||
app.component(Fotter.name, Fotter)
|
||||
app.component(Footer.name, Footer)
|
||||
app.component(Header.name, Header)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user