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
0099a3f2
Commit
0099a3f2
authored
Oct 20, 2017
by
Leopoldthecoder
Committed by
杨奕
Oct 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update beta notice
parent
f0a85b8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
examples/app.vue
examples/app.vue
+5
-5
examples/index.tpl
examples/index.tpl
+1
-1
No files found.
examples/app.vue
View file @
0099a3f2
...
@@ -200,12 +200,12 @@
...
@@ -200,12 +200,12 @@
this
.
renderAnchorHref
();
this
.
renderAnchorHref
();
this
.
goAnchor
();
this
.
goAnchor
();
setTimeout
(()
=>
{
setTimeout
(()
=>
{
const
notified
=
localStorage
.
getItem
(
'
ALPH
A_NOTIFIED
'
);
const
notified
=
localStorage
.
getItem
(
'
BET
A_NOTIFIED
'
);
if
(
!
notified
)
{
if
(
!
notified
)
{
const
h
=
this
.
$createElement
;
const
h
=
this
.
$createElement
;
const
title
=
this
.
lang
===
'
zh-CN
'
const
title
=
this
.
lang
===
'
zh-CN
'
?
'
2.0.0
Alph
a 发布
'
?
'
2.0.0
Bet
a 发布
'
:
'
2.0.0
Alph
a released
'
;
:
'
2.0.0
Bet
a released
'
;
const
messages
=
this
.
lang
===
'
zh-CN
'
const
messages
=
this
.
lang
===
'
zh-CN
'
?
[
'
点击
'
,
'
这里
'
,
'
查看详情
'
]
?
[
'
点击
'
,
'
这里
'
,
'
查看详情
'
]
:
[
'
Click
'
,
'
here
'
,
'
to learn more
'
];
:
[
'
Click
'
,
'
here
'
,
'
to learn more
'
];
...
@@ -217,13 +217,13 @@
...
@@ -217,13 +217,13 @@
h
(
'
a
'
,
{
h
(
'
a
'
,
{
attrs
:
{
attrs
:
{
target
:
'
_blank
'
,
target
:
'
_blank
'
,
href
:
`https://github.com/ElemeFE/element/issues/
${
this
.
lang
===
'
zh-CN
'
?
'
7
304
'
:
'
7305
'
}
`
href
:
`https://github.com/ElemeFE/element/issues/
${
this
.
lang
===
'
zh-CN
'
?
'
7
612
'
:
'
7613
'
}
`
}
}
},
messages
[
1
]),
},
messages
[
1
]),
messages
[
2
]
messages
[
2
]
]),
]),
onClose
()
{
onClose
()
{
localStorage
.
setItem
(
'
ALPH
A_NOTIFIED
'
,
1
);
localStorage
.
setItem
(
'
BET
A_NOTIFIED
'
,
1
);
}
}
});
});
}
}
...
...
examples/index.tpl
View file @
0099a3f2
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</head>
</head>
<body>
<body>
<div
id=
"app"
></div><
%
if
(process.env.NODE_ENV =
==
'
production
')
{
%
>
<div
id=
"app"
></div><
%
if
(process.env.NODE_ENV =
==
'
production
')
{
%
>
<
script
src=
"https://app.codesponsor.io/scripts/qFcVkt4f3DQEg4zrwINGVg?theme=light&height=250&width=240"
></script
>
<
!--<script src="https://app.codesponsor.io/scripts/qFcVkt4f3DQEg4zrwINGVg?theme=light&height=250&width=240"></script>--
>
<script
src=
"//cdn.jsdelivr.net/npm/vue@2.3.0/dist/vue.runtime.min.js"
></script>
<script
src=
"//cdn.jsdelivr.net/npm/vue@2.3.0/dist/vue.runtime.min.js"
></script>
<script
src=
"//cdn.jsdelivr.net/npm/vue-router@2.1.1/dist/vue-router.min.js"
></script><
%
}
%
>
<script
src=
"//cdn.jsdelivr.net/npm/vue-router@2.1.1/dist/vue-router.min.js"
></script><
%
}
%
>
</body>
</body>
...
...
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