@@ -13,15 +13,11 @@
},
computed: {},
created() {
- this.fetchData()
beforeDestroy() {},
mounted() {},
methods: {
- async fetchData() {
- const { data } = await test()
- alert(data)
- },
+
}
</script>