R
R
reinmaker902020-10-30 18:36:54
Vue.js
reinmaker90, 2020-10-30 18:36:54

How to read data received from vue dadata?

There is an off.module for vue from dadata.ru ,

<template>
  <div id="app">
    <vue-dadata token="dadata_api_key"></vue-dadata>
  </div>
</template>

<script>
import VueDadata from 'vue-dadata'

export default {
  name: 'VueDadataTest',
  components: {
    'vue-dadata': VueDadata
  }
}
</script>

perhaps someone used and can tell you how to get the data that I select from the substitution 5f9c32e620350183957025.png, model does not work here

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Yarkov, 2020-10-30
@reinmaker1990

Documentation for suckers? Have you even read it? Read about onChange .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question