We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fefd10 commit d6e21f5Copy full SHA for d6e21f5
src/components/recycle-list/recycle-list.vue
@@ -57,7 +57,7 @@
57
58
<script>
59
import CubeLoading from '../loading/loading.vue'
60
- import { warning } from '../../common/helpers/debug.js'
+ import { warn } from '../../common/helpers/debug.js'
61
import { isUndef } from '../../common/helpers/util.js'
62
63
const COMPONENT_NAME = 'cube-recycle-list'
@@ -138,7 +138,7 @@
138
checkPromiseCompatibility () {
139
/* istanbul ignore if */
140
if (isUndef(window.Promise)) {
141
- warning(PROMISE_ERROR)
+ warn(PROMISE_ERROR)
142
}
143
},
144
init() {
0 commit comments