\r\n\r\n You can change the separator dividing the links by either passing a string to the separator
directive like so \"•\", \"-\", \"|\" etc..., or by passing in one of the material icons text \"chevron_right\"
\r\n\r\n \r\n In order to differeciate a custom separator \"•\" from an icon \"chevron_right\", we verify the string length. If the length is greater than 1 it will be considered a material icon.\r\n
\r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n
\r\n\r\n \r\n<vs-breadcrumb :items="[{...}, {...}]" separator="•"></vs-breadcrumb>\r\n<vs-breadcrumb :items="[{...}, {...}]" separator="-"></vs-breadcrumb>\r\n<vs-breadcrumb :items="[{...}, {...}]" separator="|"></vs-breadcrumb>\r\n<vs-breadcrumb :items="[{...}, {...}]" separator="chevron_right"></vs-breadcrumb>\r\n \r\n\r\n \r\n