# Nested It can be nested. ```html good good good ``` ```js export default { data() { return { activeNames: [], activeNames2: [] } } } ```