Taskfile ssh
This commit is contained in:
@@ -16,3 +16,6 @@ tasks:
|
|||||||
build:
|
build:
|
||||||
cmds:
|
cmds:
|
||||||
- vendor/bin/dep build
|
- vendor/bin/dep build
|
||||||
|
ssh:
|
||||||
|
cmds:
|
||||||
|
- vendor/bin/dep ssh
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ const tproducts = computed(() => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
const bodyRowClassNameFunction = (item) => {
|
const bodyRowClassNameFunction = (item) => {
|
||||||
|
|
||||||
if (item.country == form.country.code) return 'result-country';
|
if (item.country == form.country.code) return 'result-country';
|
||||||
};
|
};
|
||||||
const filterOptions = computed(() => {
|
const filterOptions = computed(() => {
|
||||||
@@ -361,7 +362,7 @@ watch(ccodes, (codes) => {
|
|||||||
console.log('NNN=',codes);
|
console.log('NNN=',codes);
|
||||||
console.log('IP=',geoip.value);
|
console.log('IP=',geoip.value);
|
||||||
codes.forEach((c) => { if (c.code == geoip.value.iso_code) form.country = c; });
|
codes.forEach((c) => { if (c.code == geoip.value.iso_code) form.country = c; });
|
||||||
console.log(form.country);
|
console.log('FC=',form.country);
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user