Vue - Call vue component from HTML

0 votes
219 views
added Jun 13, 2018 in Vue by Callum Sergeant (1,440 points)
edited Jul 13, 2018 by LC Marshal

Call vue component from HTML (in .vue format)

<div class="content-sub">
  <div class="row">
    <div class="col-md-12">
      <h3 class="m-b-20">Units Available</h3>
      <UnitsTable/>
    </div>
  </div>
</div>
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...