open-consul/ui-v2/app/components/token-list.js
John Cowen 8483f0c27c
ui: Custom version of ember-block-slots compatible with ember 3 (#5245)
The original version of ember-block-slots doesn't support ember 3 and it
seems like development has stalled on the original version.

This adds a modified version as an in-repo-addon that is compatible with
ember 3.
2019-01-30 10:56:04 +00:00

7 lines
146 B
JavaScript

import Component from '@ember/component';
import SlotsMixin from 'block-slots';
export default Component.extend(SlotsMixin, {
tagName: '',
});