We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681f649 commit d0add41Copy full SHA for d0add41
.yarnrc
@@ -0,0 +1,2 @@
1
+registry "https://registry.npm.taobao.org"
2
+sass_binary_site "https://npm.taobao.org/mirrors/node-sass/"
src/views/index.vue
@@ -12,7 +12,7 @@ export default {
12
name: 'index',
13
data () {
14
return {
15
- msg: 'i am vue demo'
+ msg: 'i am vue demo.'
16
}
17
},
18
components: {
0 commit comments