仅在选定组件上使用 Vuetify
如果我只在选定的组件上使用 Vuetify,而其他组件保持原样(使用普通 html/js/css 制作),将来是否会出现任何不便/兼容性错误?
我最近在一个现有项目上安装了 Vuetify,我不确定是否要重新编码整个项目,以便我可以将 Vuetify 集成到整个项目中,还是仅在我从现在开始制作的组件上使用它。
Will there be any future inconvenience/ compatibility errors if I just use Vuetify on only select components, and leave the others as is (made with vanilla html/js/css)?
I recently installed Vuetify on an existing project, and I'm not sure whether to recode the whole thing so I can integrate Vuetify into the whole project or just use it only on the components I will be making from now on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以后不会有任何不便或任何问题。无论您喜欢多少项目,您都可以使用任意数量的 Vuetify。
我能想到的唯一缺点是您自己的组件和 Vuetify 组件之间存在明显的差异,这在成品中会很明显。在这种情况下,我个人会用 Vuetify 替换旧组件。
There will be no inconvenience or any issues later on. You can use however much of Vuetify you wish for however much of your project you like.
The only downside I can think of is the visible difference between your own components and Vuetify components which will be apparent in the finished product. I would personally replace the old components with Vuetify in this case.