All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.axellience.vueroutergwt.client.VueRouteComponent Maven / Gradle / Ivy

The newest version!
package com.axellience.vueroutergwt.client;

import jsinterop.base.JsPropertyMap;

/**
 * @author Adrien Baron
 */
public interface VueRouteComponent {

  default Route getRoute() {
    return (Route) ((JsPropertyMap) this).get("$route");
  }

  default VueRouter getRouter() {
    return (VueRouter) ((JsPropertyMap) this).get("$router");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy