open-vault/ui/app/components/popup-menu.js

6 lines
100 B
JavaScript
Raw Normal View History

import Component from '@ember/component';
2018-04-03 14:16:57 +00:00
export default Component.extend({
2018-08-28 05:03:55 +00:00
tagName: 'span',
2018-04-03 14:16:57 +00:00
});