File tree Expand file tree Collapse file tree 8 files changed +13
-11
lines changed Expand file tree Collapse file tree 8 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 2222</template >
2323
2424<style lang="stylus">
25- @import "./shared.styl"
25+ @import "../variables.styl"
26+
2627html , body
2728 font-family Verdana
2829 font-size 13px
Original file line number Diff line number Diff line change 1919
2020<script >
2121import store from ' ../store'
22- import Item from ' ../components/item .vue'
23- import Comment from ' ../components/comment .vue'
22+ import Item from ' ./Item .vue'
23+ import Comment from ' ./Comment .vue'
2424
2525export default {
2626 data () {
@@ -49,7 +49,8 @@ export default {
4949 </script >
5050
5151<style lang="stylus">
52- @import "../shared.styl"
52+ @import "../variables.styl"
53+
5354.item-view
5455 .item
5556 padding-left 0
Original file line number Diff line number Diff line change 1717
1818<script >
1919import store from ' ../store'
20- import Item from ' ../components/item .vue'
20+ import Item from ' ./Item .vue'
2121
2222export default {
2323 data () {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default {
3939 </script >
4040
4141<style lang="stylus">
42- @import "../shared .styl"
42+ @import "../variables .styl"
4343
4444.comhead
4545 color $gray
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default {
4141 </script >
4242
4343<style lang="stylus">
44- @import "../shared .styl"
44+ @import "../variables .styl"
4545
4646.item
4747 padding 2px 0 2px 40px
Original file line number Diff line number Diff line change 11import Vue from 'vue'
22import Router from 'vue-router'
33import { domain , fromNow } from './filters'
4- import App from './app .vue'
5- import NewsView from './views/news-view .vue'
6- import ItemView from './views/item-view .vue'
7- import UserView from './views/user-view .vue'
4+ import App from './components/App .vue'
5+ import NewsView from './components/NewsView .vue'
6+ import ItemView from './components/ItemView .vue'
7+ import UserView from './components/UserView .vue'
88
99// install router
1010Vue . use ( Router )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments