标签: laravel vue.js
我有2页,其中有2个单独的数据。因此,使用if条件时,我想在给出一个URL时将它们显示在一页上。
if(this.$route.name == "Locations"){ this.currentComponent = "zone-index"; this.currentComponent = "common-index"; }