You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/0-vue.js-vuex-router/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ There are some key points to bulid this project:
62
62
- How to deal with .vue file?
63
63
**Answer :** Files ended up with .vue mean that they are single file components. We can replace them with "x-template" in html part, "Vue.extend" in javascript part and css file in style part. Want to know more specific you should take a dive into the source code.
64
64
65
-
After you conquered all these problems and with good understanding of vue.js ecosystem, you can bulid this project all by your own!
65
+
After you conquered all these problems and with good understanding of vue.js ecosystem, you can build this project all by your own!
66
66
67
67
> Note: The loading order of files in the html head part affects this project a lot because of the dependency. Tested successfully in Chrome but failed in Firefox and IE. So make sure you use Chrome or replace the native file with links.
0 commit comments