@kizmann/nano-ui 0.8.12 → 0.8.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizmann/nano-ui",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Eduard Kizmann <kizmann@protonmail.ch>",
@@ -598,7 +598,7 @@ export default {
598
598
 
599
599
  onUpdate()
600
600
  {
601
- if ( ! this.fixture ) {
601
+ if ( ! this.fixture || ! this.$refs.content ) {
602
602
  return;
603
603
  }
604
604