Skip to content

Commit 09cfa28

Browse files
committed
fix (samples): Fix the 455.js sample which is now adapted to the new samples infrastructure
1 parent 400c706 commit 09cfa28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/app/445.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Vue = require('./nativescript-vue')
1+
const Vue = require('nativescript-vue')
22

33
Vue.config.debug = true
44
Vue.config.silent = false
@@ -14,7 +14,7 @@ new Vue({
1414
template: `
1515
<StackLayout :color="counter < 5 ? 'red' : 'blue'">
1616
<slot :counter="counter"/>
17-
17+
1818
<Button text="+1" @tap="counter++"/>
1919
</StackLayout>
2020
`

0 commit comments

Comments
 (0)