Binaryify / vue-qr

The Vue Component for Awesome-qr.js
MIT License
848 stars 121 forks source link

二维码放在 table 里面 text无法使用 table变量 #101

Open ZhaoYu8 opened 2 years ago

ZhaoYu8 commented 2 years ago
  <div slot="id" slot-scope="text">
      <template v-if="order_id">
          <vue-qr :text="text" />
      </template>
  </div>

此时 扫码结果就是text;但是我的text其实是个变量。