如何在mounted下使用axios({ })符号报错?(语言-java)

在mounted下使用axios({ })符号报错
new Vue({
    el: "#app",
    mounted:{
        axios({
            method:"get",
            url:"http://localhost:8080/brand_case_war/selectALLServlet"
              })
    },

img

按教程里这样写是可以的,axios包也是导进去的

我想要达到的结果
axios.get('http://localhost:8080/brand_case_war/selectALLServlet')