正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -5,7 +5,7 @@ export default function(Vue, options) { | @@ -5,7 +5,7 @@ export default function(Vue, options) { | ||
| 5 | mergeOptions(options) | 5 | mergeOptions(options) |
| 6 | Vue.mixin({ | 6 | Vue.mixin({ |
| 7 | data() { | 7 | data() { |
| 8 | - if (this.$options.dicts === undefined || this.$options.dicts === null) { | 8 | + if (this.$options === undefined || this.$options.dicts === undefined || this.$options.dicts === null) { |
| 9 | return {} | 9 | return {} |
| 10 | } | 10 | } |
| 11 | const dict = new Dict() | 11 | const dict = new Dict() |
-
请 注册 或 登录 后发表评论