Failed to resolve directive: go-back
-
I’m getting this error when using go-back directive
<button class=“primary” v-go-back=" ‘/’ ">Logout</button>
any idea??
-
If on v0.14, have you imported the directive?
import { GoBack } from 'quasar' export default { ...., directives: { GoBack }, ... }
http://beta.quasar-framework.org/components/introduction-for-beginners.html#Using-Quasar-Directive
-
I did not read this page.
problem solved, thanks