Closed Kovriga closed 2 years ago
Можно более подробную инструкцию по использованию?) Я просто тупой
Напишите пожалуйста что и куда добавлять, к примеру, этот код в main.ts этот в App.vue
Ну вы хоть примеры компонентов прикрепите что-ли
`import {Options, Vue} from "vue-class-component"; import axios, {AxiosResponse} from "axios"; import {YandexMap} from "vue-yandex-maps";
@Options({ components: {YandexMap} })
export default class MainComponent extends Vue {
mapVisible: number|null = null; allPost = [];
created(): void { axios.get('http://localhost:3000/posts').then((response: AxiosResponse) => {
this.allPost = response.data;
})
}`
Попытался просто в тупую пример применить
` <yandexMap :settings = "settings" :coordinates="coordinates" :detailed-controls="detailedControls" :controls="controls" map-type="hybrid" />
`vue-class-component не надо использовать. Пишите на третьем вью