Hỏi về loading trong nuxtjs
chào mọi người mình muốn khi reload hay load vào page lúc đầu trong nuxtjs thì sẽ hiện loading như hình dưới trước khi hiện nội dung thì làm như thế nào ạ? Mình cảm ơn.
2 CÂU TRẢ LỜI
Trong file nuxt.config.js
b có thể khai báo
loading: path_to_component_loading
rồi tạo 1 component cho phần loading này. Sau đó để dùng thì bạn gọi this.$nuxt.$loading.start()
để start và this.$nuxt.$loading.finish()
để finish
@ntquy Mình đang muốn load lúc refresh F5 page cơ bạn. chứ ko phải lúc chuyển trang giữa các component
@sven_9x ở cái hàm lúc b vào page đó thì bạn gọi this.$nuxt.$loading.start()
thôi mà
@ntquy mình để ở mounted() theo hướng dẫn này mà toàn lỗi nhỉ bạn? https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-loading#the-loading-property
https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-loading bạn thử xem qua load trong file nuxt.config.js xem
@khoanld98 cái này load giữa component. Mình đang muốn loading hiện khi refresh trang ý bạn