feat: initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
import { createApp } from 'vue'
|
||||
|
||||
import './app.scss'
|
||||
|
||||
|
||||
|
||||
const App = createApp({
|
||||
onShow () {
|
||||
console.log('App onShow.')
|
||||
},
|
||||
// 入口组件不需要实现 render 方法,即使实现了也会被 taro 所覆盖
|
||||
})
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user