Commit 7659e25c by 展昭

修改main.js用于测试jsbridge 02

parent 16f965ec
Showing with 5 additions and 5 deletions
...@@ -59,8 +59,8 @@ if (process.env.NODE_ENV === 'development'||process.env.NODE_ENV === 'staging') ...@@ -59,8 +59,8 @@ if (process.env.NODE_ENV === 'development'||process.env.NODE_ENV === 'staging')
} }
new Vue({ // new Vue({
store, // store,
router, // router,
render: h => h(App) // render: h => h(App)
}).$mount('#app') // }).$mount('#app')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment