File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" c-subheader-nav mfe-2" >
33 <!-- <header-switch @toggleSwitch="onSwitch"></header-switch> -->
4- <div class =" c-subheader-nav mfe-2" >
5- <!-- <download-csv :data="json_data">
6- Download Data
7- <img src="download_icon.png" />
8- </download-csv> -->
4+ <div class =" c-subheader-nav mfe-2" v-if =" this.$route.params.state == 2" >
95 <vue-blob-json-csv
10- v-if =" toponimi && isToponimi & (this.$route.params.state == 2)"
11- @success =" handleSuccess"
12- @error =" handleError"
136 file-type =" csv"
147 file-name =" toponimi"
15- tag-name =" div "
8+ tag-name =" i "
169 :data =" toponimi"
1710 title =" Download CSV"
18- confirm =" Do you want to download it ?"
11+ confirm =" Confermi il download?"
1912 >
2013 </vue-blob-json-csv >
14+ </div >
15+
16+ <div class =" c-subheader-nav mfe-2" >
17+ <!-- <download-csv :data="json_data">
18+ Download Data
19+ <img src="download_icon.png" />
20+ </download-csv> -->
2121 <!-- <vue-blob-json-csv
2222 @success="handleSuccess"
2323 @error="handleError"
You can’t perform that action at this time.
0 commit comments