import { ref } from 'vue' export default function useShoppingCart() { const getStyleObject = () => { return{ position: 'fixed', bottom: 0 } } return { getStyleObject } }