@kyfe/ks-crm-table
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,6 +0,6 @@ | ||
import TABLE from './table/index.vue' | ||
import ksCrmTable from './table/index.vue' | ||
const ksCrmTable = { | ||
// 定义install方法,接收vue作为参数,如果使用use注册插件,则组价都将被注册 | ||
install:function (Vue) { | ||
Vue.component('ksCrmTable', TABLE) | ||
Vue.component('ksCrmTable', ksCrmTable) | ||
} | ||
@@ -7,0 +7,0 @@ } |
{ | ||
"name": "@kyfe/ks-crm-table", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "crm客户资源-跨声表格", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72263