import { bootstrap } from './base' import { App } from '@/app/BDSatelliteAttitudeControl' import { setupStore } from '@/stores' bootstrap(App, [ setupStore ])