We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec95cd commit 99e520cCopy full SHA for 99e520c
dist/demo.html
@@ -1,17 +1,30 @@
1
-<meta charset="utf-8">
2
-<title>vueScrollbar demo</title>
3
-<script src="https://unpkg.com/vue"></script>
4
-<script src="./vueScrollbar.umd.js"></script>
+<!DOCTYPE html>
+<html lang="en">
5
+<head>
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>demo</title>
8
+</head>
9
-<divid="app">
- <demo></demo>
-</div>
10
+<body>
11
+ <scriptsrc="https://unpkg.com/vue"></script>
12
+<scriptsrc="https://unpkg.com/vue-custom-scrollbar@1.3.0/dist/vueScrollbar.umd.min.js"></script>
13
-<script>
-new Vue({
- components: {
14
- demo: vueScrollbar
15
- }
16
-}).$mount('#app')
17
-</script>
+
+ <div id="app">
+ <demo style="height:500px;width:500px">
+ <div style="height:1000px;width:1000px;background:green"></div>
18
+ </demo>
19
+ </div>
20
21
+ <script>
22
+ new Vue({
23
+ components: {
24
+ demo: vueScrollbar
25
+ }
26
+ }).$mount('#app')
27
+ </script>
28
+</body>
29
30
+</html>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments