Browse Source

fix demo image url

xuxin 2 years ago
parent
commit
f4d0e34d04

File diff suppressed because it is too large
+ 0 - 0
docs/search_indexes.json


File diff suppressed because it is too large
+ 0 - 0
docs/vuetify-components/a-taste-of-using-vuetify-in-go.html


+ 3 - 3
docsrc/examples/e13_vuetify_list/page.go

@@ -31,7 +31,7 @@ func HelloVuetifyList(ctx *web.EventContext) (pr web.PageResponse, err error) {
 			VSubheader(h.Text("Today")),
 			VListItem(
 				VListItemAvatar(
-					h.Img("https://cdn.vuetifyxjs.com/images/lists/1.jpg"),
+					h.Img("https://cdn.vuetifyjs.com/images/lists/1.jpg"),
 				),
 				VListItemContent(
 					VListItemTitle(h.Text("Brunch this weekend?")),
@@ -44,7 +44,7 @@ func HelloVuetifyList(ctx *web.EventContext) (pr web.PageResponse, err error) {
 			VDivider().Inset(true),
 			VListItem(
 				VListItemAvatar(
-					h.Img("https://cdn.vuetifyxjs.com/images/lists/2.jpg"),
+					h.Img("https://cdn.vuetifyjs.com/images/lists/2.jpg"),
 				),
 				VListItemContent(
 					VListItemTitle(h.RawHTML(`Summer BBQ <span class="grey--text text--lighten-1">4</span>`)),
@@ -54,7 +54,7 @@ func HelloVuetifyList(ctx *web.EventContext) (pr web.PageResponse, err error) {
 			VDivider().Inset(true),
 			VListItem(
 				VListItemAvatar(
-					h.Img("https://cdn.vuetifyxjs.com/images/lists/3.jpg"),
+					h.Img("https://cdn.vuetifyjs.com/images/lists/3.jpg"),
 				),
 				VListItemContent(
 					VListItemTitle(h.Text(`Oui oui`)),

+ 1 - 1
docsrc/examples/e14_vuetify_menu/page.go

@@ -41,7 +41,7 @@ func HelloVuetifyMenu(ctx *web.EventContext) (pr web.PageResponse, err error) {
 				VList(
 					VListItem(
 						VListItemAvatar(
-							h.Img("https://cdn.vuetifyxjs.com/images/john.jpg").Alt("John"),
+							h.Img("https://cdn.vuetifyjs.com/images/john.jpg").Alt("John"),
 						),
 						VListItemContent(
 							VListItemTitle(h.Text("John Leider")),

File diff suppressed because it is too large
+ 0 - 0
docsrc/generated/examples-generated.go


Some files were not shown because too many files changed in this diff