mahdi farhadpour

Results 8 comments of mahdi farhadpour

no withdrawalMinFees in kcc 0.001 but return 0.004

``` use Illuminate\Support\Facades\Request; Request::input(); ```

``` .vue-form-wizard .wizard-progress-bar { float: right !important; } ```

change binary file permission to 777

hey guys i use this, works for first view page in nuxt 3 but after page change and back to page get this error `Uncaught (in promise) DOMException: Failed to...

``` ``` No only have one div

https://github.com/ton-connect/sdk/issues/218 I fully explained in the above link

I fixed this ``` import {TonConnectUIProvider} from '@townsquarelabs/ui-vue' const colorMode = useColorMode(); const profitIsRun = useState("profitIsRun", () => false); const {baseUrl,botUserName} = useRuntimeConfig().public const options = { manifestUrl: `${baseUrl}/tonconnect-manifest.json`, twaReturnUrl:...