Skip to content

Commit

Permalink
solving error string-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
yussan committed Feb 2, 2024
1 parent 9ae7fe7 commit 9f37a92
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components/commons/cards/CardVideo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<script>
import dayJS from "@helpers/dateTime";
import { toSlug } from "string-manager";
import { toSlug } from "@helpers/stringManager";

export default {
name: "card-video",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"dependencies": {
"axios": "1.5.0",
"dayjs": "1.11.9",
"seal-middleware": "0.1.2",
"string-manager": "3.0.0"
"seal-middleware": "0.1.2"
}
}
3 changes: 1 addition & 2 deletions pages/video/[title]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ import { useRouter, useRoute } from "vue-router";
// helpers
import dayJS from "@helpers/dateTime";
import { sealGenerator } from "@helpers/clientApiCaller";
import { stripTags, truncate } from "@helpers/stringManager";
import { toSlug } from "string-manager";
import { stripTags, truncate, toSlug } from "@helpers/stringManager";
// consts
import { DEFAULT_TITLE, DEFAULT_DESCRIPTION } from "@consts/meta";
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f37a92

Please sign in to comment.