首页瀑布流
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { defineProps, reactive } from 'vue'
|
||||
import { defineProps, reactive,watchEffect } from 'vue'
|
||||
import store from '../../store/index';
|
||||
import { useRouter } from 'vue-router'
|
||||
const props = defineProps({
|
||||
@@ -134,6 +134,9 @@ let watchAdv = () => {
|
||||
}
|
||||
}
|
||||
|
||||
watchEffect(()=>{
|
||||
itemData = props.data
|
||||
})
|
||||
</script>
|
||||
<style scoped>
|
||||
.pos-r {
|
||||
|
||||
Reference in New Issue
Block a user