示例代码
安装photo-sphere-viewer
yarn add -D photo-sphere-viewer
组件引入插件
import { Viewer } from 'photo-sphere-viewer';
import 'photo-sphere-viewer/dist/photo-sphere-viewer.css'; // 引入样式
import MarkersPlugin from 'photo-sphere-viewer/dist/plugins/markers'; // 引入标记
完整组件
<template>
<div class="PSViewer" ref="psvdbg" :style="{height:height,width:width}"></div>
</template>
<script>
import { Viewer } from 'photo-sphere-viewer';
import '