1.0.2 • Published 7 months ago

intelligence-answer v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

IntelligenceAnswer

下载

npm install IntelligenceAnswer --save

引用

import IntelligenceAnswer from "IntelligenceAnswer";

components: {IntelligenceAnswer}

使用方法

传递科大讯飞申请的应用信息 APPIDAPISecretAPIKey version:版本号目前支持 v1.1, v2.1, v3.1

<template>
<IntelligenceAnswer
      :APPID="APPConfig.APPID"
      :APISecret="APPConfig.APISecret"
      :APIKey="APPConfig.APIKey"
      :version="APPConfig.version"
    />
    </template>
    <script>
    export default {
        data(){
            return {
               APPConfig: {
                APPID: '',
                APISecret: '',
                APIKey: '',
                version: ''
               } 
            }
        }
    }
    </script>
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago