Skip to content

Commit 9ab2e18

Browse files
committed
1.0.0
1 parent 9134a0c commit 9ab2e18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Vue.js打造一个开源的CNode社区,实现了浏览、发帖、收藏、回
2525
3. Moment.js在Vue中用ES6的方式引入会有问题,可以尝试在main.js尝试这样`import moment from 'moment'` `Vue.prototype.moment = moment;`给Vue的原型上添加moment,这样就可以在Vue的实例中随意使用它了。
2626
4. 项目结构如下图
2727

28-
28+
![Vue-CNode by microzz.com](https://github.com/microzz/preview/blob/master/vue_cnode.png?raw=true)
2929

3030

3131

@@ -56,3 +56,5 @@ npm run build
5656
# build for production and view the bundle analyzer report
5757
npm run build --report
5858
```
59+
60+

0 commit comments

Comments
 (0)