safecheck-client 4.0.1-60 → 4.0.1-62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/safecheck.js CHANGED
@@ -753,6 +753,9 @@ export default function (filiale) {
753
753
  Vue.component('paper-defect-main', (resolve) => {
754
754
  require(['./components/pc/PaperDefectMain'], resolve)
755
755
  })
756
+ Vue.component('defect-material-look', (resolve) => {
757
+ require(['./components/pc/DefectMaterialLook'], resolve)
758
+ })
756
759
  Vue.component('paper-chazhi-main', (resolve) => {
757
760
  require(['./components/pc/PaperChazhiMain'], resolve)
758
761
  })
package/.trae/.ignore DELETED
File without changes
@@ -1,3 +0,0 @@
1
- {
2
- "common-intellisense.translate": false
3
- }