repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
vuejsvue
once doesn t go well with self
Bug
consider follow element eat I if we click on eat word everything work as expect the event be be fire once and we be happy but if we click on I which be child node and then we click on eat the event will never be fire it seem like once be too easy on judge an event as fir...
vuejsvue
filter not recognize when filter expression contain a with
Bug
vue js version 2 1 10 reproduction link a variation on 4415 step to reproduce js price 100 currency what be expect this divided number get filter what be actually happen get this error vue warn property or method currency ...
vuejsvue
minor bug with boolean prop cast undefined false
Bug
vue js version 2 1 10 reproduction link step to reproduce simply omit a boolean prop and the value will be cast to false what be expect I d expect to have an undefined property just to know that the user didn t provide it since it be not a require prop basically I w...
vuejsvue
scope slot do not work with dynamic slot name
Bug
I ll admit I might be in left field with this as it have be a learning experience but it seem like either a bug or an enhancement go gently with I you can see more discussion here as to why I ve even come up to this point step to reproduce if you have a double name slot situation the scope...
vuejsvue
scopeid lose for child component with falsy v if on root element
Bug
vue js version 2 2 10 reproduction link step to reproduce 1 uncheck show child checkbox 2 check show child checkbox what be expect expect parent scopeid and child scopeid into root element on child component in repro code datum v 00001 and datum v 0...
vuejsvue
extend option should not be confuse with the super option
Bug
a simple case javascript const base vue extend compute a return aa const sub base extend sub option compute b bb console log base option compute b bb console log base option compute sub option compute true the reason hav...
vuejsvue
parser fail on tag with one space inside a tag
Bug
vue js version 2 1 10 reproduction link step to reproduce have and element with just one space inside a tag element html and initialize vue in a parent element js new vue el app what be expect vue initialize corre...
vuejsvue
bug with dynamic bind multiple for select tag
Bug
hello first of all thank you for the great framework and your work I face issue when try to use select html tag with bind multiple attribute but it do not work I have example on jsfiddle partially copy bellow html item 1 item 2 and here be the error log from safari same for fire...
vuejsvue
custom transition component trigger ignore do inside leave hook
Bug
vue js version 2 1 8 reproduction link step to reproduce click on section 1 inside the console we see before enter enter after enter press button section 2 before leave leave before enter after leave enter after enter the section 1 ...
vuejsvue
checkbox bug
Bug
hi checkbox t 0 active true checkbox checkbox t 0 active false checkbox true false 2 1 0 2 1 8 chrome 54 0 2824 2
vuejsvue
once modifier for v on except for the last one doesn t work if more than one once modifier use for v on in multiple element
Bug
vue js version 2 1 8 reproduction link step to reproduce click on the element more than once what be expect the event handler should be remove after the first click what be actually happen the event handler except for the last one with once modifier be not remove ...
vuejsvue
event listener be not unbound when reuse node
Bug
vue js version 2 reproduction link step to reproduce 1 click the toggle 2 select a value in the select what be expect no error in console what be actually happen the select be try to fire the change from the previous select add a key attribute to one of ...
vuejsvue
checkbox check be not fully reactive when checkbox be in focus
Bug
example what the example do 1 reset value to an array of value every one second 2 each line have two checkboxe both of which be bind to the same value step to reproduce 1 click on the enabled checkbox on any line expect behaviour 1 after one second the value should be reset ...
vuejsvue
render error with keep alive child
Bug
vue js version vue 2 1 7 vuerouter 2 1 1 reproduction link step to reproduce click router link b then home then a what be expect should not render compb when go to a what be actually happen compb be render
vuejsvue
typeerror when route link with sible slot use
Bug
vue js version 2 1 7 reproduction link this template fail to compile if no default slot give html foo it do not reproduce if slot give or wrap by any tag what be expect component render without slot what be actually happen uncaught typeerror can no...
vuejsvue
exception throw by vue code during update with template involve v if and css style
Bug
vue js version 2 1 6 reproduction link step to reproduce give the follow code html something click I click the button cause the follow exception to be throw in the chrome version 55 0 2883 95 64 bit console domexception fail to execute remov...
vuejsvue
v if v else cause client side hydration to bail
Bug
vue js version 2 1 6 reproduction link step to reproduce follow the readme in my sample repository once you ve build the app and have start the webserver go to localhost 8080 and observe the output in the console what be expect client side hydration should work w...
vuejsvue
v if and v else cause the button value to be clear
Bug
v if and v else cause the button value to be clear when the v if or v else role of the button one of which be dynamic value the value of another button will be empty vue js version vue 2 1 6 note this problem do not exist in vue1 x reproduction link step to reproduce ...
vuejsvue
checkbox can not be select if it s in a element with click listener
Bug
vue js version 2 1 6 reproduction link step to reproduce my html be div input type checkbox when div with v on click I find that the input element can not be select what be expect when click this input checkbox checkbox should be select or cancel div click event w...
vuejsvue
sometime select s event do t work when option s vlaue in 0
Bug
vue js version 2 1 6 reproduction link step to reproduce switch tag option between value and value 0 then to see select s change what be expect the value of select always change with your choose what be actually happen sometime work ...
vuejsvue
node with v show inside v if be reuse in the adjacent v else
Bug
vue js version 2 1 6 reproduction link step to reproduce code html hide content visible content 1 bln true the span element in el if be hide 2 bln false the span element in el else be hide what be expect when bln fals...
vuejsvue
2 x v bind not remove attribute with falsy value when another attribute with prop modifier appear first
Bug
howdy it seem like v bind be not remove attribute with falsy value when another attribute with the prop modifier appear first in the element s list of attribute more detail in the comment of the fiddle vue js version 2 x test with 2 1 3 and 2 1 4 reproduction link step to...
vuejsvue
case when v if v else throw error and break app
Bug
here be an example template if v if v else block nest into another v if it produce error vm205 vue js 427typeerror can not read property attrs of undefined when switch value of condition as I research need 3 condition to reproduce the issue 1 class attr or ...
vuejsvue
input v model type number be truncate when unrelated dom update happen
Bug
vue js version v2 1 3 reproduction link step to reproduce enter a number with some zero after the comma into a type number input field while vue perform some page render in the background with unrelated variable of the same component what be expect enter a number like 1 ...
vuejsvue
template compilation error in style attribute with url
Bug
I run into this issue yesterday I m work on a page that include image with css shape outside for flow the text around they base on a shape image to do this I include the url to the shape image in an inline style attribute during my work this stop work after I upgrade vue to the late the early reproducible ...
vuejsvue
js transition hook bug with keep alive component
Bug
hi everyone I be upgrade a website to vue 2 x but I get into an issue and one question feature request the website I m try to upgrade be the transition work as follow each component have its own transition that react to the next route the router be use the keep alive directive so unnecessary render...
vuejsvue
rerendere a functional component which render a component with a slot
Bug
vue js version 2 1 3 reproduction link step to reproduce press run and wait a second what be expect you should see 2 slot1 in the output what be actually happen 2 default show up after a second indicate that the component...
vuejsvue
component root node change be break
Bug
reproduction link
vuejsvue
unicode u2028 character crash vue
Bug
vue js version 2 0 8 reproduction link step to reproduce run the jsfiddle above and you will see that content be not visible what be expect I would expect the app to run regardless of the unicode character without error what be actually happen uncaught typeerror c...
vuejsvue
2 0 8 vue template compiler break scope css
Bug
when use vue class component library with vue router in 2 0 8 dom element be not be i d d and therefore the scope css be break to replicate simply install vuerouter in a test project that export use the js like hello vue app js import vue from vue import a...
vuejsvue
prop can get out of sync on dynamic component with keep alive
Bug
I m not sure if this be a bug or intend behavior but if so maybe this could be clarify in the documentation and how to go about get fresh value pass down after come back from an inactive state vue js version 2 0 7 reproduction link step to reproduce 1 click on switch compone...
vuejsvue
patch element keep inline style from old vnode
Bug
vue js version 2 0 6 reproduction link vue glitch step to reproduce vue init webpack simple npm install vue what be expect patch element should not keep inline style from old vnode what be actually happen during the update o...
vuejsvue
input anything in an input manage via a compute property make it lose its focus when those input be generate by v for
null
use v2 0 6 I have two input year and month where when I enter a number in one input the other one get calculate automatically this work great by use one compute property js datum return dataobj month 24 compute year get let u...
vuejsvue
use render function will be strange when n in slot template
Bug
vue js version 2 0 6 reproduction link step to reproduce what be actually happen the different in a b c d button be n between two dom node click a b c d button only d button will be normal other will duplice the text
vuejsvue
use ssr with define dynamic component not render class at tag component
Bug
vue js version 2 0 2 step to reproduce 1 create component vue component testcomponent render h h div contain 2 use the component within the parent component template with classname what be expect expect to render on the server s...
vuejsvue
vue render unexpected undefined when v if condition change
Bug
vue render the text node undefined as the first child of an element that appear through a changed v if condition same apply for v show if it replace an element that use v html vue js version 2 0 2 2 0 3 no other version test reproduction link step to reproduce in the jsfidd...
vuejsvue
destroy or beforedestroy send to wrong component
Bug
if there be some component inside
vuejsvue
style on a custom component do not generate code use vue server renderer
Bug
vue js version 2 0 3 reproduction link step to reproduce 1 assume two custom component parent and child in parent s template use child with inline style 2 render in browser 3 render on server 4 compare what be expect inline style should work consistently for bro...
vuejsvue
model number modifier fail to cast select value of select element
Bug
vue js version 2 0 3 reproduction link step to reproduce change the select option an look at the output in element below what be expect select number type should be a number because element be bind to a variable model and have number modifier what be actually...
vuejsvue
strange behavior when use conditional operator in text x template
Bug
hello while work on a private project I come across an strange error so I simplify the code which will reproduce it anyways it make no sense to I the problem only exist when use
vuejsvue
unable to watch nest datum
Bug
vue js version 2 0 2 reproduction link step to reproduce create a component with a nest data property object of an object contain an array set up watcher for this property specify the deep flag what be expect when the value of an array change the watcher run what be actua...
vuejsvue
in pug doesn t work
Bug
env macos 10 12 1 beta nodejs 6 8 1 vuejs 2 0 3 step to reproduce init a test vue project with default option bash vue init webpack test cd test edit src component hello vue then run dev server bash npm run dev what be actually happen get error dev u...
vuejsvue
vue2 0 3 v once doesn t work in list render
Bug
like this or this
vuejsvue
vue 2 0 3 v model not update use an array
Bug
I m in process migrate an application from vue 1 x to 2 0 3 in this application I m have several select where each v model bind to an individual index of an array this be without problem in vue 1 x but in version 2 it do not update I believe this be a potential bug I have reproduce the problem here ...
vuejsvue
mixin prop be not correctly mixed in when register globally
Bug
vue js version 2 0 2 reproduction link step to reproduce register a mixin with prop globally vue mixin prop myprop pass a prop value into any component what be expect myprop become a prop of hello vue and the value of my prop be foo what be a...
vuejsvue
allow 2 root node with v if and v else
Bug
ver 2 0 3 mac chrome 53 v if v else v if v if v if v else test button in the code v else do not render it
vuejsvue
strange dom behaviour
Bug
preface I ve read the doc and think I ve do the right thing I e proper one way flow pass datum in as prop and emit event properly when the content change but I might be do something really dumb please accept my apology if so it s really super not clear to I what s go wrong here vue js version ...
vuejsvue
multiple select element change event problem
Bug
multiple select box do not work in same vue instance vue js version vue js v2 0 2 reproduction link step to reproduce change second select box value method testmethod will be call infinite time even it be not bond to second select box change first select box value and later change sec...
vuejsvue
nest v for bug
Bug
vue js version 2 0 1 2 0 2 reproduction link step to reproduce use a v for to render component in component you have to write a v for with template in it but not wrap with a root element open console and run test function what be expect open console and run success function...
vuejsvue
entity encode problem of ssr ie9
Bug
vue js version 2 0 1 reproduction link step to reproduce open in ie9 browser what be expect it basic render entity encode function do var renderer require vue server renderer createrenderer var vue require vue var app new vue temp...
vuejsvue
array directly inside array do not get watch
Bug
vue js version 2 0 1 reproduction link step to reproduce 1 press create text 2 press the button what be expect the text should have appear right when press create text instead you have to press what be actually happen on first instantiation of the vuejs app if you observe...
vuejsvue
lifecycle break with nest keep alive component
Bug
vue js version 2 0 1 reproduction link step to reproduce 1 open reproduction link 2 go to auth register 3 play with step button in console you ll see component be correctly activate deactivate 4 click on the login button you ll be redirect to home view and in console you ll see...
vuejsvue
how can a functional component be use as a name slot of another component
Bug
vue js version 2 0 1 reproduction link step to reproduce just run the demo what be expect default slot fallback inner what be actually happen inner name slot fallback inner should replace the part of outer but instead it replace the part seem its slot a...
vuejsvue
chrome vue 2 multiple select 1st item unwantedly select when display
Bug
waste very much time to investigate this problem make new fresh install etc and result be that 1 safari vue 2 no problem 2 chrome vue 1 no problem 3 chrome vue 2 multiple select 1st item select when display but element do not show select tag but chrome debugger show that select t...
vuejsvue
directive break when replace an item in array use splice
Bug
vue js version 2 0 1 reproduction link step to reproduce click remove next to 2 expect result the page should ve render without vue js throw an error more info I m work on a small app which have a two level hierarchy of item if an item contain subitem it be render as a group...
vuejsvue
null
Bug
vue js version 2 0 1 reproduction link template tag should be able to use for group multiple element and inject into component slot this use to work in rc8
vuejsvue
bind with array perform incorrectly after splice
Bug
consider the follow code opt in each option value be bind with index if we perform splice on option like option splice 0 1 index do not correctly sync with option for example let option a b and the render html look like but not really a ...
vuejsvue
bug vue2 0 0 rc 8 v if and slot
Bug
when open change more name be test slot to default
vuejsvue
ios10 tap vue
Bug
vue 1 0 26 io 10 xxx xxx vue tap 1 css
vuejsvue
2 0 internet explorer select element display first option by default
Bug
similar to issue which be log for 1 x vue js version 2 0 rc reproduction link 0 step to reproduce open the above codepen in ie what be expect the visible select element should be empty have no option select what be actually happen the visible select element all have aaa s...
vuejsvue
value bind with select option seem break
Bug
I m learn vue by work through the 2 0 guide and when I create in the vuejs org repo linusborg say the issue might actually be with vue js itself vue js version 2 0 0 rc 5 reproduction link my code be here the live demo of that code be here step to reproduce when I try to implement the...
vuejsvue
vue throw error miss require prop even if provide
Bug
vue js version 1 0 26 reproduction link 6 step to reproduce open reproduction link check console what be expect vue shouldn t warn about miss prop since it s provide via propsdata what be actually happen throw an error vue warn miss require prop vue warn in...
vuejsvue
2 0 0 rc 6 break beforerouteenter hook
Bug
vue js version 2 0 0 rc6 vue router 2 0 0 rc4 reproduction link step to reproduce run what be expect should log typeof vm as object in console what be actually happen vm be undefined this issue be introduce in rc 6 fine in rc 5
vuejsvue
vue 2 0 issue with style as array and reactivity
Bug
first of all thank you for you work vue js be awesome sunglass but I have an issue with reactivity and style bind as array in vue 2 0 rc 5 I have use this syntax style object1 object2 in this case object2 use only one on init render when I change object2 prop actual style ...
vuejsvue
dom node replacement with v if overlap with the previous node
Bug
vue version 2 0 0 rc 4 repro when there be two sible component that toggle each other the second one that appear seem to have some property of the previous one
vuejsvue
definereactive doesn t handle inherit property
Bug
the definereactive function use getownpropertydescriptor which work only for property declare on the object itself but not on its ancestor define a reactive property on an object function definereactive obj key val customsetter var dep new dep var property object getown...
vuejsvue
v model lose bind when use with dynamically bind type radio on v model input type
Bug
vue js version 2 0 0 rc 1
vuejsvue
leave transition doesn t work if the element be show by default
Bug
vue js version 1 0 26 reproduction link step to reproduce 1 create a custom transition 2 add it to an element that have v show set to true by default 3 toggle the value of v show by toggle the correspond datum in the model of course what be expect it should animate ...
vuejsvue
no support for carriage return
Bug
vue js version 2 0 0 rc 3 step to reproduce html what be expect message here what be actually happen message
vuejsvue
function wiring break for component that show hide slot content use v if
Bug
vue js version 2 0 0 rc 3 reproduction link step to reproduce 1 click the link open popup use v if 2 a badly design popup open 3 click the close link 4 for this first time the popup close successfully 5 click the link open popup use v if again 6 the popup open again 7 click ...
vuejsvue
v model with custom radio component replace onchange event
Bug
hello I m write a data drive custom component that render different input type from its datum this component support type like radio checkbox textarea etc all these type work fine with v model directive on the component except of the radio type I find why vue2 hook up the onchange event by...
vuejsvue
transition bug with keep alive
Bug
vue version 1 0 26 demo 1 use tag with keep alive 2 use transition with different class name 3 fast switch component vue can t remove the class name which be use last time and throw an error in the console vue js 1230 uncaught typeerror can not read property removechild of nullr...
vuejsvue
nest transition premature end
Bug
vue js version 2 0 0 rc3 reproduction link step to reproduce click on the transition break button real click as usually touchpad tap be not long enough to trigger the button active animation what be expect the div element inside the transition tag should be remove from the dom when ...
vuejsvue
reference lose on leave transition hook
Bug
vue js version 2 0 0 rc 2 vue router version 2 0 0 rc 3 reproduction link repro step to reproduce open the console click on nav check the log what be expect on enter transition hook the log to the reference page this ref page on leave transition hook the log to th...
vuejsvue
option name on component creation give warning and doesn t work
Bug
vue js version 2 0 0 rc 2 reproduction link js var custom vue component custom name custom console log new custom step to reproduce run fiddle and open console what be expect no warning and component show up with the name custom what be actually happen ...
vuejsvue
2 0 0 rc 2 v model do not update the value of v for iterate item
null
vue js version 2 0 0 rc 2 reproduction link step to reproduce input any character to text field what be expect the value in the list be not update what be actually happen the value in the list be update note on v1 0 26 it work as expect
vuejsvue
v2 0 0 beta 3 beta 4 7
Bug
v2 0 0 beta 3 dist vue min js beta 4 7 vue2 test ttt2345
vuejsvue
vue 2 0 name slot disappear
Bug
vue js version 2 0 0 beta 7 reproduction link step to reproduce focus the input what be expect the before slot should not disappear what be actually happen the before slot disappear if you switch to vue 1 x it work fine I use render function later and find that in the first r...
vuejsvue
make v show respect display value in style attribute
Bug
address issue describe here issuecomment 237921731
vuejsvue
transition inside form crash in safari 9 1 1
Bug
vue js version 2 0 0 beta 6 reproduction link step to reproduce in the jsbin above click in the toggle button what be expect an animation expand the input field what be actually happen the animation start and then the application crash ps if you remove the tag the...
vuejsvue
merging of html class via class attribute and v bind break
Bug
vue js version 1 0 26 reproduction link step to reproduce as show in the jsfiddle the combination of a class attribute and the dynamic class lead to a merged class attribute however use v bind do not what be expect both way should merge correctly
vuejsvue
reuse child in render function error
Bug
vue js version 2 0 0 beta 6 reproduction link step to reproduce click on the link and watch the console log what be expect to output click for each one what be actually happen only do so for the first menu for the second throw an uncaught typeerror o fn be not a function...
vuejsvue
transition on component root doesn t work with v show
Bug
here s the repro
vuejsvue
2 0 0 beta4 static href attribute content be be escape become amp
Bug
vue js version 2 0 0 beta 4 reproduction link bug 2 0 0 beta 4 work 2 0 0 beta 3 step to reproduce run app click on the first link what be expect it take I to the google search result for vuejs what be actually happen ampersand in href attribute get escape t...
vuejsvue
dom mess up after toggle v if variable
Bug
please refer to this fiddle example let s say I have 3 div element first and third div have a v if directive to toggle their visibility base on the same boolean variable e g show in the fiddle example visible if true invisible if false it work correctly when I toggle the show to false first a...
vuejsvue
v html html strip from inline string literal
Bug
here s a repro fiddle any html within inline string literal seem to be strip so that html will compile to html hello world instead of what I would expect html hello world
vuejsvue
interpolation fail on inline string contain html
Bug
as demonstrate in this fiddle the follow be interpret literally html hello world instead I would expect it to produce html hello world this also occur with normal interpolation
vuejsvue
source load twice when use mustache interpolation
null
vue js version 1 0 26 reproduction link step to reproduce 1 open the browser developer tool and switch to the network panel 2 filter the ajax request only keep the medium request what be expect mp3 file request should be load only twice once by directive v html once by ...
vuejsvue
v pre doesn t work inside textarea
Bug
hello I have this example javascript work work no wokrs new vue el textarea new vue el example why second textarea show empty if you inspect it you can see this html no wokr
vuejsvue
vue warn unknown custom element do
Bug
vue js version 2 0 beta 2 when I use html5 tag
vuejsvue
absolutely position flexbox child component with transition be duplicate in dom when visibility be toggle via v if in firefox
Bug
vue 1 0 26 firefox 47 0 reproduction link info click the button to toggle the visibility of the component the entrance transition work but the leave transition doesn t cause the element to remain in the dom indefinitely click the button multiple time result in multiple component in th...
vuejsvue
bad parsing when bound datum contain a backtick
Bug
vue js version 1 0 26 reproduction link 0 step to reproduce bind an inline object with a value contain the backtick character what be expect object be reproduce properly in the data model what be actually happen scope be be add to everything between the backtick and an escap...
vuejsvue
keep alive with the same component constructor
Bug
vue js version v2 0 0 beta 1 no keep alive use keep alive vue can not switch component of the same constructor with keep alive in vue 1 x always use initial value and ignore other but in vue 2 it s blank I hope it will work even with the same component constructor it s really usef...
vuejsvue
slot name flow all the way down the component tree
Bug
in this simple repro I would expect only parent component to know about the name slot which be what happen in 1 x instead the slot name be pass all the way down the component tree
vuejsvue
render problem with v show transition and v model update
Bug
vue js version 2 0 0 beta 1 reproduction link step to reproduce write some e mail in the provide input provide at the fiddle what be expect an image should appear and stay bellow the input what be actually happen the image show for some apparently random time and then disapp...
vuejsvue
render problem with v if in vue 2 0 beta 1
Bug
vue js version 2 0 0 beta 1 reproduction link step to reproduce give some dom element and a variable x create an element with a v if directive bind to the variable x and optionally a transition set toggle the variable a few time what be expect the dom element should b...
vuejsvue
directive function syntax throw an error
Bug
edit turn out this syntax be not deprecate it just need to be fix when use this deprecate directive syntax js vue directive my directive function value this function will be use as update the error throw be vue js 2168 vue warn error during component render...
vuejsvue
v2 0 0 alpha 8 v if bug
Bug
vue js version v2 0 0 alpha 8 reproduction link step to reproduce 1 new vue 2 assign datum what be expect what be actually happen a tag with v if will also have style attribute
vuejsvue
parse object as a filter argument fail with space inside
Bug
vue js version 1 0 26 reproduction link take a look at example you can see that when I try to pass object to the filter as an argument it doesn t work when there be some space in the string err isn t suppose to pr 834 fix this issue or be it forbid to use space when pass obejct to the fil...
vuejsvue
ref in loop be not in sync the sub component instance do not get update
Bug
vue js version 1 0 26 reproduction link step to reproduce check the above example what be expect the ref object should be update use the new sub component instance what be actually happen the ref object cache the old component instance and all the reference to the new dom elemen...