Skip to content

Commit

Permalink
Merge pull request #140 from ulf1/dev
Browse files Browse the repository at this point in the history
code replaced by vue-fit2box
  • Loading branch information
ulf1 authored Mar 15, 2021
2 parents 1fde8a9 + 7c05c70 commit 3adcc08
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 147 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"messageformat": "^2.3.0",
"register-service-worker": "^1.7.1",
"vue": "^3.0.2",
"vue-fit2box": "1.0.0",
"vue-i18n": "^9.0.0-beta.2",
"vue-router": "^4.0.0-alpha.6"
},
Expand Down Expand Up @@ -59,4 +60,4 @@
"last 2 versions",
"not dead"
]
}
}
40 changes: 0 additions & 40 deletions src/directives/fit2box-nocontent.js

This file was deleted.

43 changes: 0 additions & 43 deletions src/directives/fit2box.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import i18n from '@/translations';
app.use(i18n);

/** v-fit-text-to-box */
import Fit2Box from '@/directives/fit2box-nocontent.js';
import Fit2Box from 'vue-fit2box';
app.directive('fit2box', Fit2Box);

/** Mount the app */
Expand Down
6 changes: 0 additions & 6 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ const routes = [{
import ( /* webpackPreload: true */ '../views/BestWorst3.vue'),
meta: { requiresAuth: true }
},
{
path: '/demo-fit2box',
name: 'Demo für vue-fit2box',
component: () =>
import ( /* webpackPreload: true */ '../views/DemoFit2Box.vue')
},
];


Expand Down
56 changes: 0 additions & 56 deletions src/views/DemoFit2Box.vue

This file was deleted.

5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8552,6 +8552,11 @@ vue-eslint-parser@^7.3.0:
esquery "^1.0.1"
lodash "^4.17.15"

[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vue-fit2box/-/vue-fit2box-1.0.0.tgz#311d55c2ec501b4e1c96bd2bed018c23f41216fd"
integrity sha512-a8V0DoqDhKg47wiqulo33r97Iv7hhuhjqtm2QY7r1iH0TiofIJkCxUNAQwt4jihRADIFR38zt/BDimFKErCveQ==

vue-hot-reload-api@^2.3.0:
version "2.3.4"
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
Expand Down

0 comments on commit 3adcc08

Please sign in to comment.