// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/breadcrumb/demo/basic.vue correctly 1`] = `
Home/Application Center/Application List/An Application/
`; exports[`renders ./components/breadcrumb/demo/overlay.vue correctly 1`] = `
Ant Design Vue/Component/General/Button/
`; exports[`renders ./components/breadcrumb/demo/separator.vue correctly 1`] = `
Home>Application Center>Application List>An Application>
Home>Application Center>Application List>An Application>
`; exports[`renders ./components/breadcrumb/demo/separator-indepent.vue correctly 1`] = `
Location:Application Center/Application List/An Application
`; exports[`renders ./components/breadcrumb/demo/withIcon.vue correctly 1`] = `
/Application List/Application/
`;