feat(WIP): processing을 vue로 전환
This commit is contained in:
@@ -184,6 +184,13 @@ class che_이동 extends Command\GeneralCommand
|
||||
];
|
||||
}
|
||||
|
||||
public function exportJSVars(): array
|
||||
{
|
||||
return [
|
||||
'cities' => \sammo\JSOptionsForCities()
|
||||
];
|
||||
}
|
||||
|
||||
public function getForm(): string
|
||||
{
|
||||
$currentCityID = $this->generalObj->getCityID();
|
||||
|
||||
Reference in New Issue
Block a user