-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba9b353
commit 42e0861
Showing
10 changed files
with
2,025 additions
and
2,286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="Countdown component for Vue.js."> | ||
<meta name="author" content="Chen Fengyuan"> | ||
<title>vue-countdown</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/github.css"> | ||
<link rel="stylesheet" href="css/main.css"> | ||
</head> | ||
|
@@ -33,7 +33,7 @@ | |
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md"> | ||
<h1>vue-countdown <small class="h6">v1.1.0</small></h1> | ||
<h1>vue-countdown <small class="h6">v1.1.1</small></h1> | ||
<p class="lead">Countdown component for Vue.js.</p> | ||
</div> | ||
<div class="col-md"> | ||
|
@@ -122,11 +122,12 @@ <h6>JavaScript:</h6> | |
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script> | ||
<script src="https://unpkg.com/vue@2/dist/vue.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/highlight.pack.js"></script> | ||
<script src="https://fengyuanchen.github.io/shared/google-analytics.js"></script> | ||
<script src="js/vue-countdown.js"></script> | ||
<script src="js/main.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,4 @@ window.onload = function () { | |
}, | ||
} | ||
}); | ||
|
||
if (typeof hljs !== 'undefined') { | ||
hljs.initHighlightingOnLoad(); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.