• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<div class="container">
2    <text class="title">
3        {{ $t('strings.hello') }} {{ title }}
4    </text>
5    <canvas ref='canvas1' id='canvas1' style='width:400px;height:200px;background-color:brown;'></canvas>
6    <canvas ref='canvas2' id='canvas2' style='width:400px;height:200px;background-color:royalblue;'></canvas>
7
8</div>
9