处理控制台的警告信息
This commit is contained in:
parent
f2a9cc93ed
commit
59850929d2
|
@ -16,15 +16,16 @@
|
|||
import ModalMixin from '@/mixins/ModalMixin'
|
||||
export default {
|
||||
mixins: [ModalMixin],
|
||||
props: {
|
||||
percent: {
|
||||
type: Number,
|
||||
},
|
||||
analysedFileName: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
},
|
||||
props: ['percent', 'analysedFileName'],
|
||||
// props: {
|
||||
// percent: {
|
||||
// type: Number,
|
||||
// },
|
||||
// analysedFileName: {
|
||||
// type: Array,
|
||||
// default: () => [],
|
||||
// },
|
||||
// },
|
||||
watch: {
|
||||
percent(newValue, oldValue) {
|
||||
if (newValue == 1) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user