update app.js
This commit is contained in:
parent
a0c91ea660
commit
e1c5755505
|
@ -1,14 +1,8 @@
|
|||
|
||||
import './app.css'
|
||||
|
||||
|
||||
import './pages/index/index'
|
||||
|
||||
|
||||
|
||||
import { render, WeElement, define } from 'omi'
|
||||
|
||||
//通过 config.pages 属性来判断是 app
|
||||
define('my-app', class extends WeElement {
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Reference in New Issue