Browse Source

fix: bug修复

suzigang 3 years ago
parent
commit
8ae3c02eb7
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/config.json
  2. 1 1
      src/packages/__VUE/list/demo.vue
  3. 1 1
      src/sites/mobile-taro/vue/config/prod.js

+ 1 - 1
src/config.json

@@ -774,7 +774,7 @@
         {
           "version": "3.0.0",
           "name": "PullRefresh",
-          "taro": true,
+          "taro": false,
           "tarodoc": true,
           "type": "component",
           "cName": "下拉刷新",

+ 1 - 1
src/packages/__VUE/list/demo.vue

@@ -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 }}

+ 1 - 1
src/sites/mobile-taro/vue/config/prod.js

@@ -6,7 +6,7 @@ module.exports = {
   defineConstants: {},
   mini: {},
   h5: {
-    publicPath: '/taro/vue/4x/'
+    publicPath: '/taro/vue/4x/demo/'
     /**
      * 如果h5端编译后体积过大,可以使用webpack-bundle-analyzer插件对打包体积进行分析。
      * 参考代码如下: