<template> <view> <positionAdd ></positionAdd> </view> </template> <script setup> import positionAdd from '@/components/positionAdd' </script> <style scoped lang="scss"></style>