File tree Expand file tree Collapse file tree 8 files changed +6
-2
lines changed Expand file tree Collapse file tree 8 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1414 < link rel ="stylesheet " href ="lib/themes/dark.css " title ="dark " disabled />
1515 < link rel ="stylesheet " href ="lib/themes/buble.css " title ="buble " disabled />
1616 < link rel ="stylesheet " href ="lib/themes/pure.css " title ="pure " disabled />
17+ < link rel ="stylesheet " href ="//unpkg.com/vuep/dist/vuep.css ">
18+
1719 < style >
1820 nav .app-nav li ul {
1921 min-width : 100px ;
99101 < script src ="//unpkg.com/prismjs/components/prism-bash.min.js "> </ script >
100102 < script src ="//unpkg.com/prismjs/components/prism-markdown.min.js "> </ script >
101103 < 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 >
102106
103107 < script >
104108 ; ( ( window . gitter = { } ) . chat = { } ) . options = {
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ context('sidebar.configurations', () => {
255255 } ) ;
256256 } ) ;
257257
258- const vueIds = [ 'basic-usage ' , 'combine- vuep-to-write-playground ' ] ;
258+ const vueIds = [ 'basic-rendering ' , 'advanced-usage' , ' vuep-playgrounds '] ;
259259 vueIds . forEach ( id => {
260260 it ( 'go to #vue?id=' + id , ( ) => {
261261 cy . get ( '[href="#/vue"]' ) . click ( ) ;
Original file line number Diff line number Diff line change 99 < link rel ="stylesheet " href ="/themes/vue.css " title ="vue ">
1010 < link rel ="stylesheet " href ="/themes/dark.css " title ="dark " disabled >
1111 < 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 ">
1313 < style >
1414 nav .app-nav li ul {
1515 min-width : 100px ;
You canβt perform that action at this time.
0 commit comments