u
This commit is contained in:
parent
8cae653ecd
commit
21bb81e7ee
@ -1,5 +1,7 @@
|
||||
<script>
|
||||
<!--
|
||||
// based on Pagination 分页器组件: https://ext.dcloud.net.cn/plugin?id=32
|
||||
-->
|
||||
<script>
|
||||
export default {
|
||||
name: 'cPager',
|
||||
props: {
|
||||
|
@ -1,3 +1,6 @@
|
||||
<!--
|
||||
Based on tki-qrcode 组件: https://github.com/q310550690/uni-app-qrcode , https://ext.dcloud.net.cn/plugin?id=39
|
||||
-->
|
||||
<template xlang="wxml" minapp="mpvue">
|
||||
<view class="cQrcode">
|
||||
<!-- #ifndef MP-ALIPAY -->
|
||||
@ -11,7 +14,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// Based on tki-qrcode 组件: https://github.com/q310550690/uni-app-qrcode , https://ext.dcloud.net.cn/plugin?id=39
|
||||
import QRCode from "./qrcode.js"
|
||||
let qrcode
|
||||
export default {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user