feat(小程序): 修复运行时与登录链路
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
import { useLaunch } from '@tarojs/taro'
|
||||
import './app.scss'
|
||||
import { PropsWithChildren } from 'react'
|
||||
|
||||
function App(props) {
|
||||
useLaunch(() => {
|
||||
console.log('App launched.')
|
||||
})
|
||||
|
||||
function App(props: PropsWithChildren) {
|
||||
return props.children
|
||||
}
|
||||
|
||||
export default App
|
||||
export default App
|
||||
|
||||
Reference in New Issue
Block a user