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