FE-Driver / vue-beauty

Beautiful UI components build with vue and ant design
https://fe-driver.github.io/vue-beauty
MIT License
2.11k stars 248 forks source link

modal组件无法使用 #322

Open liuliuzx opened 5 years ago

liuliuzx commented 5 years ago

copy官方网站的用例 this.$modal.confirm({ title: 'Confirm', content: 'Bla bla ...', okText: 'OK', cancelText: 'Cancel' })

无法使用,报错 vue.runtime.esm.js?2b0e:587 [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.