File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 48
48
export default {
49
49
name: 'app',
50
50
data () {
51
- return {
52
- 'msg' : 'hi vue ssr!'
53
- }
51
+ return {
52
+ 'msg' : 'hi vue ssr!'
53
+ }
54
54
},
55
55
}
56
56
</script>
@@ -85,8 +85,9 @@ export default class Index extends BaseController {
85
85
## ** [ 官网使用文档] ( https://umajs.gitee.io/%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%B8%B2%E6%9F%93/vue-ssr.html ) **
86
86
87
87
## 案例
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
+
You can’t perform that action at this time.
0 commit comments