mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-09 03:04:06 -04:00
fix(tool): refresh port now work again
This commit is contained in:
parent
74e5758735
commit
638dd13438
@ -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…
x
Reference in New Issue
Block a user