Closed 317365887 closed 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 )
not vue2.0 yet
有升级到vue2.0的打算不
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)