![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/vendor/binarytorch/larecipe/resources/js/components/ |
import ClickOutside from './click-outside'; import AlgoliaSearchBox from "./AlgoliaSearchBox"; import InternalSearchBox from "./InternalSearchBox"; import LarecipeBackToTop from "./LarecipeBackToTop"; import LarecipeBadge from "./LarecipeBadge"; import LarecipeButton from "./LarecipeButton"; import LarecipeCard from "./LarecipeCard"; import LarecipeDropdown from "./LarecipeDropdown"; import LarecipeProgress from "./LarecipeProgress"; export default { install(Vue) { Vue.directive("click-outside", ClickOutside); Vue.component(AlgoliaSearchBox.name, AlgoliaSearchBox); Vue.component(InternalSearchBox.name, InternalSearchBox); Vue.component(LarecipeBackToTop.name, LarecipeBackToTop); Vue.component(LarecipeBadge.name, LarecipeBadge); Vue.component(LarecipeButton.name, LarecipeButton); Vue.component(LarecipeCard.name, LarecipeCard); Vue.component(LarecipeDropdown.name, LarecipeDropdown); Vue.component(LarecipeProgress.name, LarecipeProgress); } };