Element: [Bug Report] el-table v-loading Failed to resolve directive: loading

Created on 5 Nov 2019  ·  1Comment  ·  Source: ElemeFE/element

Element UI version

2.12.0

OS/Browsers version

win10/chrome 76

Vue version

2.6.10

Reproduction Link

https://codepen.io/razr001/pen/eYYVxrQ

Steps to reproduce

set el-table v-loading

What is Expected?

show loading

What is actually happening?

Failed to resolve directive: loading

Most helpful comment

main.js add
import { Loading } from 'element-ui';
Vue.use(Loading.directive);

>All comments

main.js add
import { Loading } from 'element-ui';
Vue.use(Loading.directive);

Was this page helpful?
0 / 5 - 0 ratings