Skip to content

issues Search Results · repo:imcvampire/vue-truncate-filter language:JavaScript

Filter by

8 results
 (150 ms)

8 results

inimcvampire/vue-truncate-filter (press backspace or delete to remove)

When text is null it breaks the conditional. text.length
  • serlus
  • Opened 
    on Sep 12, 2023
  • #13

Example 111 222 333 Issue clearly it s implement by split( ) split by empty space doesn t work with Chinese So This is more of a just letting you know , not asking you to change it. Still thanks ...
  • 1c7
  • 5
  • Opened 
    on Jul 6, 2018
  • #12

Would be great if it checked for null and just returned instead of throwing an error. [Vue warn]: Error in render: TypeError: Cannot read property length of null
enhancement
  • vexsolutions
  • 4
  • Opened 
    on Feb 13, 2018
  • #10

Hi author ! how use with v-html? v-html= message.content || truncate(50) not work, thanks!
  • andysay
  • 8
  • Opened 
    on Jan 31, 2018
  • #9

If you try to install this package on windows using npm install vue-truncate-filter you get the following error: 155 error code ENOTDIR 156 error errno -4058 After analyzing, this seems to happen because ...
  • ferrybig
  • 1
  • Opened 
    on Aug 23, 2017
  • #7

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper ...
greenkeeper
  • greenkeeper[bot]
  • Opened 
    on Jul 7, 2017
  • #6

If for example I have a title that has no spaces in it, aka var title = MY_SUPER_AMAZING_TITLE , and I call truncate like so: {{title | truncate(15, ... )}} my output is just ... I added if (last === ...
  • koriroys
  • 2
  • Opened 
    on Feb 20, 2017
  • #3

The syntax for filters with multiple arguments has changed to {{ variable | truncate(100) }}
  • arielcamus
  • 3
  • Opened 
    on Feb 1, 2017
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub