Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update types #167

Merged
merged 2 commits into from
Jan 14, 2019
Merged

Update types #167

merged 2 commits into from
Jan 14, 2019

Commits on Dec 9, 2018

  1. Update types

    That's what RawLocation is:
    
    ```ts
    export type RawLocation = string | Location;
    
    export interface Location {
      name?: string;
      path?: string;
      hash?: string;
      query?: Dictionary<string | string[]>;
      params?: Dictionary<string>;
      append?: boolean;
      replace?: boolean;
    }
    ```
    iliyaZelenko authored Dec 9, 2018
    Configuration menu
    Copy the full SHA
    90457b3 View commit details
    Browse the repository at this point in the history
  2. Update vue.d.ts

    iliyaZelenko authored Dec 9, 2018
    Configuration menu
    Copy the full SHA
    efd2b15 View commit details
    Browse the repository at this point in the history