Jelajahi Sumber

feat: 删除引用包

huangzhichao 1 tahun lalu
induk
melakukan
d470032b42
1 mengubah file dengan 1 tambahan dan 4 penghapusan
  1. 1 4
      src/plugin/components/calendar/index.tsx

+ 1 - 4
src/plugin/components/calendar/index.tsx

@@ -1,12 +1,9 @@
 import { View } from '@tarojs/components'
-import { AtCalendar } from "taro-ui"
 import './index.scss'
 
 function Index() {
   return (
-    <View>
-      <AtCalendar />
-    </View>
+    <View></View>
   )
 }