我试图在Vue.js中使用webpack +语义用户界面,我找到了这个库
但在补充方面存在问题:
ERROR in ./~/vue-ui/components/sidebar/sidebar.jade
Module parse failed: /Project/node_modules/vue-
ui/components/sidebar/sidebar.jade Unexpected token (1:24)
You may need an appropriate loader to handle this file type.
所以我安装了翡翠(帕格),但仍然没有运气。
在gith
我想从componentDidUpdate开始创建自己的JavaScript ()生命周期方法。是怎么反应的?Vue.JS是如何创建自己的生命周期方法的。我试着研究Vue.JS小型化版本,但它让我很困惑。如果你能告诉我,谢谢。类似于下面的东西。
Element.prototype.whenUpdated = function() {
/*some codes here that runs when the HTML element is updated*/
}