We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8241e3 commit f6f2e50Copy full SHA for f6f2e50
index.html
@@ -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
+ email="[email protected]"
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