Commit 567ba59
authored
Fix "TypeError: t is undefined"
vue created does not guaranteed that all refs filled. Sometime $refs.editor is undefined. Also an extra tick like in line 84 does not help.
using mounted instead of created fixes this issues
Signed-off-by: Holger Hees <[email protected]>1 parent 4eb8273 commit 567ba59
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments