Skip to content

Commit

Permalink
chore(docs): update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Jun 18, 2020
1 parent fd5f2a6 commit c01854d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo/src-ssr/ssr-flag.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// THIS FEATURE-FLAG FILE IS AUTOGENERATED,
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING
import "quasar/dist/types/feature-flag";

declare module "quasar/dist/types/feature-flag" {
interface QuasarFeatureFlags {
ssr: true;
}
}

0 comments on commit c01854d

Please sign in to comment.