Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 840d87f

Browse files
Merge pull request #37 from skylightxo/patch-1
fix typos & text
2 parents 485cbe5 + 86ffd78 commit 840d87f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,7 @@ List of 300 VueJS Interview Questions
30703070
30713071
**[⬆ Back to Top](#table-of-contents)**
30723072
3073-
133. ### Is Vuex supports hot reloading?
3073+
133. ### Does Vuex support hot reloading?
30743074
Yes, vuex supports hot-reloading for mutations, modules, actions and getters during development. You need to use either webpack's hot module replacement API or browserify's hot module replacement plugin.
30753075
30763076
**[⬆ Back to Top](#table-of-contents)**
@@ -3444,7 +3444,7 @@ List of 300 VueJS Interview Questions
34443444
template: `<div>{{ greet }}</div>`,
34453445
computed: {
34463446
greet () {
3447-
return this.\$store.state.msg
3447+
return this.$store.state.msg
34483448
}
34493449
}
34503450
}
@@ -3793,8 +3793,8 @@ List of 300 VueJS Interview Questions
37933793
37943794
**[⬆ Back to Top](#table-of-contents)**
37953795
3796-
170. ### Can I use styled components in vuejs?
3797-
Styled components is basically used for ReactJS applications. If you want to use for VueJS applications, there is vuejs styled components library available under styled component library. VueJS Styled component is a javascript library for stying vuejs applications.
3796+
170. ### Can I use Styled Components in VueJS?
3797+
Styled components is a CSS-in-JS library used mainly for ReactJS applications. If you want to use it for VueJS applications, there is a VueJS styled components library port available, however, it is not a common practice.
37983798
37993799
**[⬆ Back to Top](#table-of-contents)**
38003800

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /