@@ -11,6 +11,9 @@
import { Image } from 'element-ui'
export default {
name: 'no-data',
+ components: {
+ [Image.name]: Image
+ }
}
</script>