mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs: fix ElementPlus typo (#3449)
This commit is contained in:
parent
c86c2b0fe9
commit
dc9eafdf93
@ -34,7 +34,7 @@ skeleton/animation
|
||||
|
||||
## Customized Template
|
||||
|
||||
ElementPlus only provides the most common template, sometimes that could be a problem, so you have a slot named `template` to do that work.
|
||||
Element Plus only provides the most common template, sometimes that could be a problem, so you have a slot named `template` to do that work.
|
||||
|
||||
Also we have provided different types skeleton unit that you can choose, for more detailed info, please scroll down to the bottom of this page to see the API description. Also, when building your own customized skeleton structure, you should be structuring them as closer to the real DOM as possible, which avoiding the DOM bouncing caused by the height difference.
|
||||
|
||||
|
@ -4,12 +4,12 @@ title: Internationalization
|
||||
|
||||
# Internationalization
|
||||
|
||||
ElementPlus components are using English **by default**, if you wish you use other
|
||||
Element Plus components are using English **by default**, if you wish you use other
|
||||
languages, you can get you answer by keep reading.
|
||||
|
||||
## Global configuration
|
||||
|
||||
ElementPlus provides global configurations
|
||||
Element Plus provides global configurations
|
||||
|
||||
```typescript
|
||||
import ElementPlus from 'element-plus'
|
||||
@ -22,7 +22,7 @@ app.use(ElementPlus, {
|
||||
|
||||
## ConfigProvider
|
||||
|
||||
ElementPlus also provides a Vue component [ConfigProvider](/en-US/component/config-provider)
|
||||
Element Plus also provides a Vue component [ConfigProvider](/en-US/component/config-provider)
|
||||
for globally configuring locale and other settings.
|
||||
|
||||
```html
|
||||
@ -53,7 +53,7 @@ for globally configuring locale and other settings.
|
||||
|
||||
## CDN Usage
|
||||
|
||||
If you are using ElementPlus via CDN, then you need to do this, let's again take
|
||||
If you are using Element Plus via CDN, then you need to do this, let's again take
|
||||
unpkg as an example
|
||||
|
||||
```html
|
||||
|
@ -44,7 +44,7 @@ If your network environment is not good, it is recommended to use a mirror regis
|
||||
|
||||
## Import in Browser
|
||||
|
||||
Import ElementPlus through browser HTML tags directly, and use global variable `ElementPlus`.
|
||||
Import Element Plus through browser HTML tags directly, and use global variable `ElementPlus`.
|
||||
|
||||
According to different CDN providers, there are different introduction methods.
|
||||
Here we use [unpkg](https://unpkg.com) and [jsDelivr](https://jsdelivr.com) as example.
|
||||
|
Loading…
Reference in New Issue
Block a user