Skip to content

Instantly share code, notes, and snippets.

@ocpinfo
ocpinfo / index.vue
Last active April 26, 2024 08:46
Use renderjs to support Fetch usage for APP.vue in Uniapp environment
The demo code is as below:
<template>
<view @click="test.qafetch" data-role="button" >
<span class="ui-text ">发 送</span>
</view>
</template>
<script module="test" lang="renderjs">
export default {
data() {