You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { ContentLoader } from '@rem/vue-content-loader'
37
+
import { ContentLoader } from 'vue-content-loader'
40
38
41
39
export default {
42
40
components: {
@@ -58,7 +56,7 @@ import {
58
56
BulletListLoader,
59
57
InstagramLoader,
60
58
ListLoader
61
-
} from'@rem/vue-content-loader'
59
+
} from'vue-content-loader'
62
60
```
63
61
64
62
`ContentLoader` is a meta loader while other loaders are just higher-order components of it. By default `ContentLoader` only displays a simple rectangle, here's how you can use it to create custom loaders:
0 commit comments