vue-fragment
vue-fragment copied to clipboard
a very candide fragment component for Vue.js
I'm using a fragment with a slot, which seems to be the cause? The above error occurs every time I change router views while the below component is the root...
Hello I got a bug when I use vue-fragment. In my first attemp my navigation not work and have no erros in console, follow my project commit in this moment:...
I opened an issue here: https://stackoverflow.com/questions/61275829/laravel-dusk-element-not-interactable-when-used-vue-fragment But you don't know why it might be like this, do you?
`file1.vue` ``` ... ``` `SidebarTab.vue` ``` ... ... ``` When trying to run this code I get ``` [Vuetify] The v-window-item component must be used inside a v-window ``` and...
I have 2 components and each one is wrapped with `fragment`. Everything is working fine not until I used v-show in the component. ``` ``` **SecondComponent** is supposed to be...
I'm trying to use vue-fragment in my App.vue when I'm prerendering my app. My App.vue looks like this: ``` Test. import { Fragment } from 'vue-fragment' export default { name:...
The code sample is in https://codesandbox.io/s/2wqk1kyx7n SimpleTreeNode is normal recurisive tree rendered as ul>li>ul which works well. FlatTreeNode is just like SimpleTreeNode , except using fragment . FlatTreeNode tries to...
If our fragment component has no parent, I add one by creating a DocumentFragment. Please note that I have no idea how the rest of the plugin's non-trivial features works...
https://github.com/Thunberg087/vue-fragment/blob/master/src/index.js#L57:L63 The expectation is that nextSibling returns `null` when there is no next sibling. vue-fragment appears to make nextSibling return the parent's first child when there is no next sibling....
Bumps [json5](https://github.com/json5/json5) from 0.5.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...