#### 分隔符
  使用` separator=">" `可以自定义分隔符,或者使用slot="separator"自定义更复杂的分隔符
  #### Configuring the Separator
  The separator can be customized by setting the separator preperty: separator=">" or use 
  slot="separator"
```vue
  
    
      Home
      
        Application Center
      
      
        Application List
      
      An Application
    
    
      >
      Home
      
        Application Center
      
      
        Application List
      
      An Application
    
   
```