Vue 在项目中使用 v-distpicker 插件

html>
lang="en">

    charset="UTF-8">
    </span>Title<span style="color:#e8bf6a;">


id="app"> :province="select.province" @province="changeProvince" :city="select.city" @city="changeCity" :area="select.area" @area="changeArea" class="form-control"> {{select.province}}
{{select.city}}
{{select.area}}

你可能感兴趣的:(Vue)