Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
d4aa5197
Commit
d4aa5197
authored
Nov 16, 2016
by
Leopoldthecoder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix doc typos
parent
e84a5070
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/docs/en-US/installation.md
examples/docs/en-US/installation.md
+1
-1
examples/docs/en-US/quickstart.md
examples/docs/en-US/quickstart.md
+1
-1
No files found.
examples/docs/en-US/installation.md
View file @
d4aa5197
...
@@ -36,7 +36,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt
...
@@ -36,7 +36,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt
</el-dialog>
</el-dialog>
</div>
</div>
</body>
</body>
<!-- import Vue before
Mint UI
-->
<!-- import Vue before
Element
-->
<script
src=
"https://unpkg.com/vue/dist/vue.js"
></script>
<script
src=
"https://unpkg.com/vue/dist/vue.js"
></script>
<!-- import JavaScript -->
<!-- import JavaScript -->
<script
src=
"https://unpkg.com/element-ui/lib/index.js"
></script>
<script
src=
"https://unpkg.com/element-ui/lib/index.js"
></script>
...
...
examples/docs/en-US/quickstart.md
View file @
d4aa5197
...
@@ -142,7 +142,7 @@ import ElementUI from 'element-ui'
...
@@ -142,7 +142,7 @@ import ElementUI from 'element-ui'
import
'
element-ui/lib/theme-default/index.css
'
import
'
element-ui/lib/theme-default/index.css
'
import
App
from
'
./App.vue
'
import
App
from
'
./App.vue
'
Vue
.
use
(
Mi
ntUI
)
Vue
.
use
(
Eleme
ntUI
)
new
Vue
({
new
Vue
({
el
:
'
#app
'
,
el
:
'
#app
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment