mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix(tool): refresh port now work again
This commit is contained in:
parent
74e5758735
commit
638dd13438
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const generatePort = () => randIntFromInterval(1024, 65535)
|
||||||
mixins: [CopyableMixin]
|
mixins: [CopyableMixin]
|
||||||
})
|
})
|
||||||
export default class RandomPortGenerator extends Tool {
|
export default class RandomPortGenerator extends Tool {
|
||||||
port!: number
|
port: number = 0
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.refreshPort()
|
this.refreshPort()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue