Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
0
Maintainers
5
Versions
167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

components/Upload/SaafCopyExcelToTable.vue

10

components/requireComponent.js

@@ -22,6 +22,7 @@ import Vue from 'vue'

import VueUploadComponent from 'vue-upload-component'
import SaafImportExcel from './Upload/ImportExcel'
import SaafImportExcel from './Upload/SaafImportExcel'
import SaafAutoScroll from './SaafAutoScroll'
import SaafSimpleTable from './Table/SaafSimpleTable'
import SaafTableExport from './Table/SaafTableExport'
import SaafCopyExcelToTable from './Upload/SaafCopyExcelToTable'

@@ -54,5 +55,4 @@

Vue.component('SaafTableExport', SaafTableExport)
Vue.component('SaafCopyExcelToTable', SaafCopyExcelToTable)
import SaafEditHeader from './BtnGroup/SaafEditHeader'

@@ -64,3 +64,2 @@ Vue.component('SaafEditHeader', SaafEditHeader)

Vue.component('SaafListHeader', SaafListHeader)
import FlowHistoricActivities from './Flow/FlowHistoricActivities'

@@ -70,4 +69,3 @@ Vue.component('FlowHistoricActivities', FlowHistoricActivities)

Vue.component('SaafGooFlow', SaafGooFlow)
import SaafTextEditor from "./SaafTextEditor"
Vue.component('SaafTextEditor',SaafTextEditor)
Vue.component('SaafTextEditor',SaafTextEditor)

@@ -80,2 +80,7 @@ /*

{
path: 'CopyExcelToTable',
urlName: '复制Excel数据到页面表格',
component: () => import('../CopyExcelToTable')
},
{
path: 'I18nDemo',

@@ -82,0 +87,0 @@ urlName: '国际化',

2

package.json
{
"name": "saaf-common",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc