16 lines
339 B
JavaScript
16 lines
339 B
JavaScript
// import tinyTahrir from "assets/tahrir/vendors/tinymce-files/tinytahrir";
|
|
import HttpService from "~/services/httpService";
|
|
|
|
export default {
|
|
created() {
|
|
// window.addEventListener("scroll", this.handleScroll);
|
|
},
|
|
beforeMount() {},
|
|
destroyed() {
|
|
// window.removeEventListener("scroll", this.handleScroll);
|
|
},
|
|
|
|
|
|
|
|
};
|