Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Revert "feat: support Vue 2.6+ only (#316)"
Browse files Browse the repository at this point in the history
This reverts commit 4dedd5c.
  • Loading branch information
Kocal committed Oct 13, 2019
1 parent 2d8f1ac commit 1f07ede
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Vuetify Algolia Places

> Use [Algolia Places](https://community.algolia.com/places/) with Vuetify and Vue 2.6+.
> Use [Algolia Places](https://community.algolia.com/places/) with Vuetify.
[![Travis](https://img.shields.io/travis/Kocal/vuetify-algolia-places.svg?style=flat-square)](https://travis-ci.org/Kocal/vuetify-algolia-places)
[![VueJS 2.6+](https://img.shields.io/badge/vue-2.6+-brightgreen.svg?style=flat-square)](https://vuejs.org)
[![VueJS 2.x](https://img.shields.io/badge/vue-2.x-brightgreen.svg?style=flat-square)](https://vuejs.org)
[![npm](https://img.shields.io/npm/v/vuetify-algolia-places.svg?style=flat-square)](https://www.npmjs.com/package/vuetify-algolia-places)
![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)

Expand Down Expand Up @@ -121,7 +121,7 @@ Note that this slot's parent element is a `<v-list-tile-content>`

```
<vuetify-algolia-places>
<template v-slot:highlight="{ highlight }">
<template slot="highlight" slot-scope="{ highlight }">
<v-list-tile-title>{{ highlight }}</v-list-tile-title>
</template>
</vuetify-algolia-places>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peerDependencies": {
"algoliasearch": "^3.0.0",
"places.js": "^1.0.0",
"vue": "^2.6.0"
"vue": "^2.5.0"
},
"dependencies": {
"debounce": "^1.2.0"
Expand Down Expand Up @@ -60,9 +60,9 @@
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.6.10",
"vue": "^2.5.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"vue-template-compiler": "^2.5.0",
"vuetify": "^2.1.3",
"vuetify-loader": "^1.3.0",
"webpack": "^4.29.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6749,7 +6749,7 @@ vue-style-loader@^4.1.0:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@^2.6.10:
vue-template-compiler@^2.5.0:
version "2.6.10"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.10.tgz#323b4f3495f04faa3503337a82f5d6507799c9cc"
integrity sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg==
Expand All @@ -6762,7 +6762,7 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==

vue@^2.6.10:
vue@^2.5.0:
version "2.6.10"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==
Expand Down

0 comments on commit 1f07ede

Please sign in to comment.