Skip to content

Commit

Permalink
fix(table): demo optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjingfubo committed Jan 18, 2023
1 parent 63c789d commit d3d5992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sites/mobile-taro/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui-taro": "^3.2.5",
"@nutui/nutui-taro": "^4.0.0",
"@tarojs/components": "3.5.6",
"@tarojs/mini-runner": "3.5.6",
"@tarojs/plugin-platform-weapp": "3.5.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { reactive, toRefs, onMounted, onUnmounted, h, defineComponent } from 'vu
import Taro from '@tarojs/taro';
import Header from '../../../components/header.vue';
import { TableColumnProps } from '@/packages/__VUE/table/types';
import Button from '@nutui/nutui-taro';
import { Button } from '@nutui/nutui-taro';
import { Dongdong } from '@nutui/icons-vue-taro';
export default defineComponent({
components: {
Expand Down

0 comments on commit d3d5992

Please sign in to comment.