Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hfun-element-plus

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hfun-element-plus - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "hfun-element-plus",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -5,7 +5,8 @@ /*

* @Date: 2022-02-21 10:28:08
* @LastEditTime: 2022-02-22 15:37:41
* @LastEditTime: 2022-03-03 10:04:46
*/
import hfunSearchFrom from './hfun-searchFrom.vue'
hfunSearchFrom.install = app => {
hfunSearchFrom.install = app =>
{
app.component('hfunSearchFrom', hfunSearchFrom)

@@ -12,0 +13,0 @@ }

@@ -5,7 +5,8 @@ /*

* @Date: 2022-02-21 10:28:08
* @LastEditTime: 2022-02-24 14:43:35
* @LastEditTime: 2022-03-03 10:04:34
*/
import hfunSearchTable from './hfun-table.vue'
hfunSearchTable.install = app => {
hfunSearchTable.install = app =>
{
app.component('hfunSearchTable', hfunSearchTable)

@@ -12,0 +13,0 @@ }

@@ -5,3 +5,3 @@ /*

* @Date: 2022-02-14 17:30:38
* @LastEditTime: 2022-02-21 10:47:01
* @LastEditTime: 2022-03-03 09:32:51
* @FilePath: /hfun-ui-vue3/src/hfunUI/src/index.js

@@ -12,6 +12,8 @@ */

import hfunSearchFrom from '../packages/hfun-searchFrom'
import hfunTable from '../packages/hfun-table'
const components = [
hfunAvator,
hfunButton,
hfunSearchFrom
hfunSearchFrom,
hfunTable
]

@@ -18,0 +20,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc