# Indent You can specify `indent` & `root-indent` of the menu. `root-indent` only determines the first-leveled children. ```html ``` ```js import bookIcon from 'naive-ui/lib/icons/book-outline' import personIcon from 'naive-ui/lib/icons/person-outline' import wineIcon from 'naive-ui/lib/icons/wine-outline' export default { components: { bookIcon, personIcon, wineIcon }, data () { return { activeName: null } } } ```