airyland / vux

Mobile UI Components based on Vue & WeUI
https://vux.li
MIT License
17.59k stars 3.71k forks source link

vux在vue2.0下的问题 #620

Closed 317365887 closed 8 years ago

317365887 commented 8 years ago

app.js `import Tabbar from 'vux/dist/components/tabbar' import TabbarItem from 'vux/dist/components/tabbar-item'

export default { components: { Tabbar, TabbarItem } } `

谷歌报错 vue.common.js?e881:2611[Vue warn]: You are using the runtime-only build of Vue where the template option is not available. Either pre-compile the templates into render functions, or use the compiler-included build. (found in component ) image

airyland commented 8 years ago

not vue2.0 yet

317365887 commented 8 years ago

有升级到vue2.0的打算不

airyland commented 8 years ago

609