diff --git a/resources/js/components/StationList.vue b/resources/js/components/StationList.vue new file mode 100644 index 0000000..eec8073 --- /dev/null +++ b/resources/js/components/StationList.vue @@ -0,0 +1,58 @@ + + + + + + {{ option.label }} + + + + + + {{ stations.length }} station{{ stations.length !== 1 ? 's' : '' }} found + + + + + + + + + +
+ {{ stations.length }} station{{ stations.length !== 1 ? 's' : '' }} found +