8000 cs · saknarak/nativescript-vue@53c94b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53c94b9

Browse files
committed
cs
1 parent 44f4a8a commit 53c94b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/app/app-with-list-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Label = require('ui/label').Label
88
const Button = require('ui/button').Button
99

1010
Vue.prototype.$http = http
11-
Vue.registerElement('gradient', () => require('nativescript-gradient').Gradient);
11+
Vue.registerElement('gradient', () => require('nativescript-gradient').Gradient)
1212

1313
new Vue({
1414
data: {

0 commit comments

Comments
 (0)
0