Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
🔀 Merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 9, 2017
2 parents 5363e73 + 1719a8b commit c8a918d
Show file tree
Hide file tree
Showing 60 changed files with 2,346 additions and 2,639 deletions.
31 changes: 31 additions & 0 deletions dist/doc-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html> <html lang=en> <head> <title>Vue MDL Documentation</title> <meta http-equiv=Content-Type content="text/html; charset=UTF-8"> <meta http-equiv=X-UA-Compatible content="IE=edge"> <meta name=viewport content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel=stylesheet type=text/css> <link rel=stylesheet href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel=stylesheet href=https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css> <link rel=icon href=doc/favicon.ico> </head> <body> <div id=app></div> <script src=https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js></script> <script type="text/javascript" src="doc-bundle.js"></script></body> </html>
559 changes: 489 additions & 70 deletions dist/vue-mdl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-mdl.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-mdl.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-mdl.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions doc/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="mdl-layout__header-row">
<span class="header-title">
<img class="mdl-layout__header-logo"
src="http://vuejs.org/images/logo.png"/>
src="https://vuejs.org/images/logo.png"/>
<router-link to="/"
class="u-no-text-decoration"
>Vue MDL</router-link>
Expand Down Expand Up @@ -71,6 +71,7 @@ export default {
name: 'Components',
icon: 'extension',
items: [
'Badges',
'Buttons',
'Cards',
'Checkboxes',
Expand All @@ -96,10 +97,9 @@ export default {
]
},
{
name: 'Directives',
icon: 'settings_ethernet',
name: 'Misc',
icon: 'style',
items: [
'Badges',
'Ripple Effect'
]
}
Expand Down
2 changes: 1 addition & 1 deletion doc/src/VmdlDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default {
name: 'Components',
icon: 'extension',
items: [
'Badges',
'Buttons',
'Cards',
'Checkboxes',
Expand Down Expand Up @@ -152,7 +153,6 @@ export default {
name: 'Directives',
icon: 'settings_ethernet',
items: [
'Badges',
'Ripple Effect'
]
}]
Expand Down
125 changes: 0 additions & 125 deletions doc/src/partials/badges.vue

This file was deleted.

122 changes: 0 additions & 122 deletions doc/src/partials/dialogs.vue

This file was deleted.

97 changes: 0 additions & 97 deletions doc/src/partials/icon-toggles.vue

This file was deleted.

Loading

0 comments on commit c8a918d

Please sign in to comment.