1.0.3 • Published 3 years ago

zy-satisfy v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

A Vue.js 2.0 Component for Web.

Satisfy will stay with Vue 2.x

Install

npm i zy-satisfy -S

Quick Start

import Vue from 'vue'
import Satisfy  from 'zy-satisfy';

Vue.use(Satisfy)

//or
<template>
    <satisfy appId="1" userId="2"></satisfy>
</template>
<script>
    import Satisfy  from 'zy-satisfy';
    export default {   
        components: {
             Satisfy
         }
     }
 </script>