There was an error while loading. Please reload this page.
1 parent 9134a0c commit 9ab2e18Copy full SHA for 9ab2e18
README.md
@@ -25,7 +25,7 @@ Vue.js打造一个开源的CNode社区,实现了浏览、发帖、收藏、回
25
3. Moment.js在Vue中用ES6的方式引入会有问题,可以尝试在main.js尝试这样`import moment from 'moment'` `Vue.prototype.moment = moment;`给Vue的原型上添加moment,这样就可以在Vue的实例中随意使用它了。
26
4. 项目结构如下图
27
28
-
+
29
30
31
@@ -56,3 +56,5 @@ npm run build
56
# build for production and view the bundle analyzer report
57
npm run build --report
58
```
59
+
60
0 commit comments