8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f4a8a commit 53c94b9Copy full SHA for 53c94b9
samples/app/app-with-list-view.js
@@ -8,7 +8,7 @@ const Label = require('ui/label').Label
8
const Button = require('ui/button').Button
9
10
Vue.prototype.$http = http
11
-Vue.registerElement('gradient', () => require('nativescript-gradient').Gradient);
+Vue.registerElement('gradient', () => require('nativescript-gradient').Gradient)
12
13
new Vue({
14
data: {
0 commit comments