fix: bug修改
This commit is contained in:
@@ -16,11 +16,13 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import sheep from '@/sheep';
|
||||
import {watch} from 'vue'
|
||||
|
||||
const fittingRoomStore = sheep.$store('fittingRoom');
|
||||
function tryItOn() {
|
||||
fittingRoomStore.tryOn();
|
||||
}
|
||||
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.clothes-box {
|
||||
|
||||
Reference in New Issue
Block a user