Skip to content

Commit

Permalink
fix v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kolirt committed Jul 16, 2023
1 parent 90b4d62 commit 15e2a75
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 131 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<script async src="https://www.googletagmanager.com/gtag/js?id=G-38YS8MVCYR"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-38YS8MVCYR');</script>
<script type="module" crossorigin src="/vue-modal/assets/index-d2029235.js"></script>
<link rel="stylesheet" href="/vue-modal/assets/index-1f9fdec1.css">
<script type="module" crossorigin src="/vue-modal/assets/index-ad437199.js"></script>
<link rel="stylesheet" href="/vue-modal/assets/index-36f5fc1a.css">
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 1 addition & 0 deletions dist/vue-modal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export declare function openModal<T = unknown>(component: Component, props?: {},

declare type OpenModalOptions = {
force?: boolean;
modalStyle?: ModalStyle;
};

declare type Options = {
Expand Down
Loading

0 comments on commit 15e2a75

Please sign in to comment.