var smartNavbarComponent = { template: ` L1 Home restaurant Sub of Home L2 Home restaurant Sub of L2 Home L3 Home restaurant Sub of L3 Home L1 School Sub of School school Application `, data: function() { return { drawer: true }; }, methods: {} }; export { smartNavbarComponent };