2017-02-20 16:30:16 -07:00

7 lines
187 B
Plaintext

import barComponent from './components/app-bar';
static var barComponentRef = 'myBar';
<div class="app-invoke-component-id">
<include(barComponent, {}) key=barComponentRef />
</div>