Superman

Results 9 comments of Superman

This seems to be a BUG with NativeScript. I have the same problem with nativescript-ng. The initialization background can produce the desired effect but dynamic modification is not effective.

You can try this ``` toggle get bgRed export default { data() { return { console, bgRed: false }; } }; .home-panel { background-color: blue; } .red { background-color: red;...

> > > This seems to be a BUG with NativeScript. I have the same problem with nativescript-ng. The initialization background can produce the desired effect but dynamic modification is...

你所说的我大概理解为能否自己定义并使用不同的页面模版,NSVue中定义页面模版与Vue类似,但又有一些不一样的地方,可以使用动态组件来定义模版(Dynamic Components),这样可以在不同的布局中进行切换。 Demo见nativescript-vue-examples -> 示例 -> 使用动态组件

对于IOS原生不是很了解,你最近有在做有关的项目么?如果需要可以加我微信nc985728992