2.1.0 • Published 6 years ago

ai-delivery v2.1.0

Weekly downloads
12
License
-
Repository
-
Last release
6 years ago

ai_delivery

AI 智能问诊

Get Start

Installation

    npm install ai-delivery

Initialization

    import Delivery from 'ai-delivery/lib/Delivery.vue'
    components:{
        Delivery
    }

Usage

    <template>
        <Delivery />
    </template>

Tips

common.css

    html, body{
        margin: 0;
        padding: 0;
        font-size: 10px;   //1rem = 10px;
    }
    li{
        list-style: none;
    }
    #app{
        text-align: left;
    }
2.1.0

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago