export const PlatformSelect = { props: ['platform'], template: `
All iOS Android
`, methods: { getLocation() { return location.pathname; } } };