wip
This commit is contained in:
parent
1a7a07cb1a
commit
c49e5a80be
23 changed files with 42 additions and 42 deletions
|
|
@ -42,7 +42,7 @@ export default defineComponent({
|
|||
icon: faCog,
|
||||
text: this.$t('notificationSetting'),
|
||||
action: async () => {
|
||||
this.$root.new(await import('../notification-setting-window.vue').then(m => m.default), {
|
||||
this.$root.new(await import('../notification-setting-window.vue'), {
|
||||
includingTypes: this.column.includingTypes,
|
||||
}).$on('ok', async ({ includingTypes }) => {
|
||||
this.$set(this.column, 'includingTypes', includingTypes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue