Ionic framework Ionic Vue:如何根据当前平台有条件地应用类实用程序?

Ionic framework Ionic Vue:如何根据当前平台有条件地应用类实用程序?,ionic-framework,Ionic Framework,假设我只想在iOS上应用类ion no border。我怎样才能做到这一点 例如: 我应该使用isPlatform(“ios”)方法吗?像“ion no border ios”这样只使用CSS的方法会更有效吗?是的!您应该使用isPlatform方法

假设我只想在iOS上应用类
ion no border
。我怎样才能做到这一点

例如:


我应该使用
isPlatform(“ios”)
方法吗?像“ion no border ios”这样只使用CSS的方法会更有效吗?

是的!您应该使用isPlatform方法