Explorar o código

feat: 删除引用包

huangzhichao hai 1 ano
pai
achega
d470032b42
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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>
   )
 }