8000 test: add empty .vue component · tralves/nativescript-vue@50c2bdb · GitHub
[go: up one dir, main page]

Skip to content

Commit 50c2bdb

Browse files
committed
test: add empty .vue component
1 parent e82d067 commit 50c2bdb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<template>
2+
</template>
3+
4+
<script>
5+
export default {
6+
data() {
7+
return {
8+
foo: 'bar'
9+
}
10+
}
11+
}
12+
</script>

0 commit comments

Comments
 (0)
0