Skip to content

Commit f6f2e50

Browse files
committed
feat: web component
1 parent f8241e3 commit f6f2e50

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

index.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Nexment for Vue UMD Demo</title>
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexment-vue/dist/nexment-vue.css">
9+
</head>
10+
11+
<body>
12+
<nexment-container
13+
14+
name="TonyHe"
15+
serverurl="https://leancloud.ouorz.com"
16+
appkey="zf3gAf9CGIHLL8Crctb0sJLV"
17+
appid="6Kcb9HB1iOR87HUbAvnMyUER-gzGzoHsz"
18+
pagekey="vueDemoPage"
19+
enablelinkinput="true"
20+
></nexment-container>
21+
<script src="./dist-wc/nexment-vue.min.js"></script>
22+
</body>
23+
24+
</html>

0 commit comments

Comments
 (0)