mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
remove unused dependency
This commit is contained in:
parent
ee6b3d4d41
commit
eed652ee1f
4 changed files with 4 additions and 6 deletions
|
|
@ -102,7 +102,6 @@ You don't need to include any other library to work with vue-material. The focus
|
|||
* <a href="http://vuejs.org" target="_blank">vue</a>
|
||||
* <a href="http://www.jacklmoore.com/autosize/" target="_blank">autosize</a>
|
||||
* <a href="https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill" target="_blank">element.scrollintoviewifneeded-polyfill</a>
|
||||
* <a href="https://github.com/lazd/scopedQuerySelectorShim" target="_blank">scopedQuerySelectorShim</a>
|
||||
|
||||
## License
|
||||
MIT
|
||||
|
|
|
|||
|
|
@ -55,10 +55,6 @@
|
|||
<li>
|
||||
<a href="https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill" rel="noopener" target="_blank">element.scrollintoviewifneeded-polyfill</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/lazd/scopedQuerySelectorShim" rel="noopener" target="_blank">scopedQuerySelectorShim</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@
|
|||
"ora": "^0.4.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
"sass-loader": "^4.1.1",
|
||||
"scopedQuerySelectorShim": "lazd/scopedQuerySelectorShim",
|
||||
"url-loader": "^0.5.7",
|
||||
"vue-hot-reload-api": "^2.0.7",
|
||||
"vue-html-loader": "^1.2.3",
|
||||
|
|
|
|||
|
|
@ -206,6 +206,10 @@
|
|||
.md-icon {
|
||||
color: rgba(#000, .54);
|
||||
}
|
||||
|
||||
.md-ink-ripple {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.md-list-item-expand {
|
||||
|
|
|
|||
Loading…
Reference in a new issue