In my Navigation I want to insert Links from my CMS. I am using Axios. My Navigation is Vue. How do I get the data from the JSON file into the const?
import axios from "axios";
const exhibitions = [ { name: "Exhibition 1", description: "Info 1", href: "#", },
{ name: "Exhibition 2", description: "Info 2", href: "#", },
];