Skip to content

Commit f7e0d73

Browse files
committed
Revert "Testing v-in-viewport compability"
This reverts commit 2687dc8.
1 parent c3d9720 commit f7e0d73

File tree

4 files changed

+0
-25
lines changed

4 files changed

+0
-25
lines changed

examples/app.coffee

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ Vue = require 'vue'
55
# Component that will host the mixin
66
Vue.component 'visual', require 'vue-visual'
77

8-
# In viewport directive used to test for a compatibility issue
9-
Vue.directive 'in-viewport', require 'vue-in-viewport-directive'
10-
118
# Init root instance
129
window.App = new Vue el: '#app'

examples/v-in-viewport-compat/index.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"stylus": "^0.54.5",
4949
"stylus-loader": "^2.4.0",
5050
"vue": "^2.1.0",
51-
"vue-in-viewport-directive": "^1.1.4",
5251
"vue-loader": "^10.0.1",
5352
"vue-template-compiler": "^2.1.0",
5453
"webpack": "^1.13.3",

yarn.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,12 +3107,6 @@ vue-hot-reload-api@^2.0.1:
31073107
version "2.1.0"
31083108
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.1.0.tgz#9ca58a6e0df9078554ce1708688b6578754d86de"
31093109

3110-
vue-in-viewport-directive@^1.1.4:
3111-
version "1.1.4"
3112-
resolved "https://registry.yarnpkg.com/vue-in-viewport-directive/-/vue-in-viewport-directive-1.1.4.tgz#7389242c0fe15a1c755c6d929b2cf65acef98501"
3113-
dependencies:
3114-
scrollmonitor "^1.1.3"
3115-
31163110
vue-loader@^10.0.1:
31173111
version "10.3.0"
31183112
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-10.3.0.tgz#436421736e9ad0f1c481330327c376963db86a19"

0 commit comments

Comments
 (0)