Closed SlivaNilow closed 4 years ago
Присоединяюсь, дайте какой-нибудь пример использования, полдня убил на этот метод и ноль результатов.
Hello @gelid and @dbapril ! I've added the onChange example @gelid, for your code:
<vue-dadata
token="my_api_key"
placeholder="Work address"
inputName="address"
:onChange="setAddress"
></vue-dadata>
You should use v-bind directive. And you can more read here.
hi, I'm using your solution in my project. Here's the code call
in component methods block im write
but in console im get error
what am I doing wrong? I didn't find any examples of using the method correctly