File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rnacos-web-dist-wrap"
3- version = " 0.5.12 "
3+ version = " 0.5.13 "
44edition = " 2018"
55authors = [" heqingpan <heqingpan@126.com>" ]
66license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change 1111 " vue3"
1212 ],
1313 "private" : true ,
14- "version" : " 0.5.12 " ,
14+ "version" : " 0.5.13 " ,
1515 "type" : " module" ,
1616 "scripts" : {
1717 "dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ import { createColumns } from '@/components/naming/SuberscriberListColumns.jsx';
8686import NamespacePopSelect from ' @/components/namespace/NamespacePopSelect.vue' ;
8787import { useI18n } from ' vue-i18n' ;
8888import { useRoute } from ' vue-router' ;
89- import { clusterApi } from ' @/api/cluster.js ' ;
90- import { handleApiResult , printApiError } from ' @/utils/request.js ' ;
89+ import { clusterApi } from ' @/api/cluster' ;
90+ import { handleApiResult , printApiError } from ' @/utils/request' ;
9191
9292export default defineComponent ({
9393 components: {
You can’t perform that action at this time.
0 commit comments