Skip to content

Commit d0add41

Browse files
committed
test
1 parent 681f649 commit d0add41

File tree

3 files changed

+10533
-1
lines changed

3 files changed

+10533
-1
lines changed

.yarnrc

+2
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
name: 'index',
1313
data () {
1414
return {
15-
msg: 'i am vue demo'
15+
msg: 'i am vue demo.'
1616
}
1717
},
1818
components: {

0 commit comments

Comments
 (0)