@@ -774,7 +774,7 @@
{
"version": "3.0.0",
"name": "PullRefresh",
- "taro": true,
+ "taro": false,
"tarodoc": true,
"type": "component",
"cName": "下拉刷新",
@@ -2,7 +2,7 @@
<div class="demo">
<h2>{{ translate('basic') }}</h2>
<nut-cell>
- <nut-list :height="50" :listData="count" @scroll-bottom="handleScroll" :container-height="100">
+ <nut-list :height="50" :listData="count" @scroll-bottom="handleScroll">
<template v-slot="{ item }">
<div class="list-item">
{{ item }}
@@ -6,7 +6,7 @@ module.exports = {
defineConstants: {},
mini: {},
h5: {
- publicPath: '/taro/vue/4x/'
+ publicPath: '/taro/vue/4x/demo/'
/**
* 如果h5端编译后体积过大,可以使用webpack-bundle-analyzer插件对打包体积进行分析。
* 参考代码如下: