Skip to content
Snippets Groups Projects
Commit 2c46f16b authored by Eugen Ciur's avatar Eugen Ciur
Browse files

add breadcrumb.js component class

parent 496dc773
No related branches found
No related tags found
No related merge requests found
import { A } from '@ember/array';
import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';
import { action } from '@ember/object';
export default class BreadcrumbComponent extends Component {
@tracked path = A([]);
@action
change(node_id) {
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment