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
|
// based on Pagination 分页器组件: https://ext.dcloud.net.cn/plugin?id=32
|
||||||
|
-->
|
||||||
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'cPager',
|
name: 'cPager',
|
||||||
props: {
|
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">
|
<template xlang="wxml" minapp="mpvue">
|
||||||
<view class="cQrcode">
|
<view class="cQrcode">
|
||||||
<!-- #ifndef MP-ALIPAY -->
|
<!-- #ifndef MP-ALIPAY -->
|
||||||
@ -11,7 +14,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<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"
|
import QRCode from "./qrcode.js"
|
||||||
let qrcode
|
let qrcode
|
||||||
export default {
|
export default {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user