UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

20 lines (15 loc) 488 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { functional: true, name: 'v-list-tile-action', render: function render(h, _ref) { var data = _ref.data, children = _ref.children; data.staticClass = data.staticClass ? 'list__tile__action ' + data.staticClass : 'list__tile__action'; if ((children || []).length > 1) data.staticClass += ' list__tile__action--stack'; return h('div', data, children); } };