File tree 8 files changed +6
-2
lines changed
8 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="lib/themes/dark.css " title ="dark " disabled />
15
15
< link rel ="stylesheet " href ="lib/themes/buble.css " title ="buble " disabled />
16
16
< link rel ="stylesheet " href ="lib/themes/pure.css " title ="pure " disabled />
17
+ < link rel ="stylesheet " href ="//unpkg.com/vuep/dist/vuep.css ">
18
+
17
19
< style >
18
20
nav .app-nav li ul {
19
21
min-width : 100px ;
99
101
< script src ="//unpkg.com/prismjs/components/prism-bash.min.js "> </ script >
100
102
< script src ="//unpkg.com/prismjs/components/prism-markdown.min.js "> </ script >
101
103
< script src ="//unpkg.com/prismjs/components/prism-nginx.min.js "> </ script >
104
+ < script src ="//unpkg.com/vue/dist/vue.js "> </ script >
105
+ < script src ="//unpkg.com/vuep/dist/vuep.min.js "> </ script >
102
106
103
107
< script >
104
108
; ( ( window . gitter = { } ) . chat = { } ) . options = {
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ context('sidebar.configurations', () => {
255
255
} ) ;
256
256
} ) ;
257
257
258
- const vueIds = [ 'basic-usage ' , 'combine- vuep-to-write-playground ' ] ;
258
+ const vueIds = [ 'basic-rendering ' , 'advanced-usage' , ' vuep-playgrounds '] ;
259
259
vueIds . forEach ( id => {
260
260
it ( 'go to #vue?id=' + id , ( ) => {
261
261
cy . get ( '[href="#/vue"]' ) . click ( ) ;
Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="/themes/vue.css " title ="vue ">
10
10
< link rel ="stylesheet " href ="/themes/dark.css " title ="dark " disabled >
11
11
< link rel ="stylesheet " href ="/themes/buble.css " title ="buble " disabled >
12
- < link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm /vuep/dist/vuep.css ">
12
+ < link rel ="stylesheet " href ="//unpkg.com /vuep/dist/vuep.css ">
13
13
< style >
14
14
nav .app-nav li ul {
15
15
min-width : 100px ;
You can’t perform that action at this time.
0 commit comments