Skip to content

Commit 4cc8894

Browse files
committed
Fix the testing app to be compatible with NS-vue 2.0.0-alpha.1
1 parent 0223cb7 commit 4cc8894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,13 @@ new Vue({
110110
},
111111

112112
template: `
113+
<Frame>
113114
<Page>
114115
<ActionBar title="Home"></ActionBar>
115116
<WrapLayout class="m-5 home-list">
116117
<Button :text="el.name" v-for="el in elements" @tap="showElement(el)" />
117118
</WrapLayout>
118119
</Page>
120+
</Frame>
119121
`,
120122
}).$start();

0 commit comments

Comments
 (0)