Posts

Showing posts from December 6, 2018

Open unit ball in integral norm is open in supremum norm

Image
up vote 1 down vote favorite 1 I have to show the following I know I have to find an $epsilon$ such that $B_infty(f,epsilon)$ is in $B_1(0,1) forall f$ . I just cannot figure out what this epsilon could be. Also I don't know how to use that hint given in the question. I think I am missing something. Kindly help thanks and regards real-analysis functional-analysis normed-spaces share | cite | improve this question edited Nov 17 at 13:06 asked Nov 17 at 13:01 Devendra Singh Rana

vue router.push : TypeError: onComplete is not a function

Image
up vote 0 down vote favorite I am new to VueJS + Laravel after years using CodeIgniter and trying to understand how things work with Laravel + VueJS. Anyway, I got a test page running with a Vue Loading Layer package that triggers a loading overlay on the onClick event that loads a new page using router.push. I read the documentation that there is 2 additional parameters, ie. onComplete and onAbort for router.push and came up with the following method. Everything work as expected except that I am getting an error in the console. console error [vue-router] uncaught error during route navigation: TypeError: onComplete is not a function goto method goTo(routeName) { let self = this self.$nextTick( function() { // Show Vue Loading Layer let loader = this.$loading.show({ loader: 'sp