Skip to content

Commit 6a38c7e

Browse files
authored
Update README.md
1 parent 4b54a08 commit 6a38c7e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
export default {
4949
name: 'app',
5050
data () {
51-
return {
52-
'msg' : 'hi vue ssr!'
53-
}
51+
return {
52+
'msg' : 'hi vue ssr!'
53+
}
5454
},
5555
}
5656
</script>
@@ -85,8 +85,9 @@ export default class Index extends BaseController {
8585
## **[官网使用文档](https://umajs.gitee.io/%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%B8%B2%E6%9F%93/vue-ssr.html)**
8686

8787
## 案例
88-
- [css-module](https://github.com/dazjean/Srejs/tree/mian/example/uma--vue-css-module)
89-
- [vuex](https://github.com/dazjean/Srejs/tree/mian/example/uma-vue-vuex)
90-
- [vue-router](https://github.com/dazjean/Srejs/tree/mian/example/uma-vue-router)
91-
- [elementUI](https://github.com/dazjean/Srejs/tree/mian/example/uma-elementUI)
92-
- [ant-design-vue](https://github.com/dazjean/Srejs/tree/mian/example/uma-ant-design-vue)
88+
- [css-module](https://github.com/Umajs/umajs-vue-ssr/tree/main/web/pages/css)
89+
- [vuex](https://github.com/Umajs/umajs-vue-ssr/tree/main/web/pages/vuex)
90+
- [vue-router](https://github.com/Umajs/umajs-vue-ssr/tree/main/web/pages/router)
91+
- [elementUI](https://github.com/Umajs/umajs-vue-ssr/tree/main/web/pages/element)
92+
- [ant-design-vue](https://github.com/Umajs/umajs-vue-ssr/tree/main/web/pages/andv)
93+

0 commit comments

Comments
 (0)