UNPKG
esvcp-ui-pc
Version:
latest (0.1.34)
0.1.34
ESLink Vue Common Package UI - runtime and build UI on Vue For PC
esvcp-ui-pc
/
examples
/
index.html
15 lines
(14 loc)
•
324 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE
html
>
<
html
lang
=
"zh-CN"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
title
>
esVCP-pc-ui test page
</
title
>
<
meta
name
=
"viewport"
content
=
"user-scalable=no,width=device-width,initial-scale=1"
/>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
</
body
>
</
html
>