QR Code

The <qrCode> tag displays the QR Code of the current page.

It can only be used within <template>.

Example

<template ...>
  ...
  <qrCode
    left="17cm"
    bottom="2cm"
    width="2cm"
    height="2cm"
  />
  ...
<template>

Last updated