1.0.2 • Published 5 years ago

vue-flag-list-test v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

vue-flag-list

A Vue.js project

使用组件

# 安装npm包
npm install vue-flag-list-test --save-dev

# 易用vue-flag-list插件
import VueFlagList from 'vue-flag-list'

Vue.use(VueFlagList)

# 在组件中使用
<flagCode height="30" width="120" @getCode="getCode"></flagCode>

methods: {
    getCode(code){
        console.log(code);
    }
}

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago