add banbanmini
This commit is contained in:
12
banban-mini/src/app.tsx
Normal file
12
banban-mini/src/app.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { useLaunch } from '@tarojs/taro'
|
||||
import './app.scss'
|
||||
|
||||
function App(props) {
|
||||
useLaunch(() => {
|
||||
console.log('App launched.')
|
||||
})
|
||||
|
||||
return props.children
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user