-
Hello!
This is probably a silly question. I'm not familiar at all with coding or python. I was analyzing some SHAPE data and I accidentally closed the Tool Inspector window and now every time I try…
-
When you declare a wath of a prop in a child component the event is not fired: [Preview NS](https://stackblitz.com/edit/nativescript-vue3-beta-qbknu3?file=app%2Fcomponents%2FDetails.vue), [Playground …
-
This may not be a typical use case, but I'm running unit tests for a Meteor app with Jest and circumventing Meteor's test command. If you were to change this package from using `Tracker` as global to …
-
I'm not sure if this is intentional, but the template is re-rendered every time the parent data changes (understandably). This causes the components inside the template to be re-created again and for …
-
It is a strange problem. I have a Reactive-table with 3 columns working fine. those 3 columns only display simple collection attributes.
However, my last column is a bit more complicated and require…
-
Hi! We have a problem while using mercure and can't figure out what wrong...
We are using mercure for the subscription API but the memory usage always go up an up but never down... here is a screensh…
-
hi, What part does the 9M zinc data refer to? Can you post the data? thanks
wxfsd updated
2 years ago
-
It takes a very high amount of time to sort results using column headers (MacBook Pro - Mojave - 2.7GHz Processor - 8GB RAM and same goes with 16GB of RAM).
Enhancing this would be so useful.
A lo…
-
前幾天端午假期有VueConf.
Evan Yu 大神說明了Vue 3.0目前開發進度
[pdf](https://img.w3ctech.com/VueConf2019SH_Evan.pdf)
## Vue 3.0 Preview
新的`Function-based API`
~class-based API~
可以看一下寫起來的感覺
```js
func…
-
Hi, i still getting this error for unknown reason:
```
[Vue warn]: Property or method "$_apollo" is not defined on the instance but referenced during render. Make sure that this property is reactive…