Discover: add Filter Funnel.
This commit is contained in:
@@ -40,6 +40,7 @@ import LoadingStore from '@/stores/loading.js';
|
||||
import AllMapDataStore from '@/stores/allMapData.js';
|
||||
|
||||
export default {
|
||||
props:['setRule'],
|
||||
setup() {
|
||||
const loadingStore = LoadingStore();
|
||||
const allMapDataStore = AllMapDataStore();
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- header: funnel -->
|
||||
<Funnel v-if="tab === 'funnel'" @submit-all="sumbitAll"></Funnel>
|
||||
<Funnel v-if="tab === 'funnel'" @submit-all="sumbitAll" :setRule="setRule"></Funnel>
|
||||
</Sidebar>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user