File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/com/axellience/vuegwt/client Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55import com .axellience .vuegwt .client .directive .options .VueDirectiveOptions ;
66import com .axellience .vuegwt .client .jsnative .jsfunctions .JsRunnable ;
77import com .axellience .vuegwt .client .jsnative .jstypes .JsArray ;
8- import com .axellience .vuegwt .client .jsnative .jstypes .JsObject ;
98import com .axellience .vuegwt .client .tools .VueGWTTools ;
109import com .axellience .vuegwt .client .vue .VueConfig ;
11- import com .axellience .vuegwt .client .vue .VueJsConstructor ;
1210import com .axellience .vuegwt .client .vue .VueFactory ;
11+ import com .axellience .vuegwt .client .vue .VueJsConstructor ;
1312import com .google .gwt .dom .client .Element ;
1413import jsinterop .annotations .JsOverlay ;
1514import jsinterop .annotations .JsPackage ;
2322 * @author Adrien Baron
2423 */
2524@ JsType (isNative = true , namespace = JsPackage .GLOBAL )
26- public abstract class Vue extends JsObject
25+ public abstract class Vue
2726{
2827 @ JsProperty private static VueConfig config ;
2928
You can’t perform that action at this time.
0 commit comments