Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: add 'watch' to allowed component keys (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
dated authored Mar 8, 2020
1 parent ddd900a commit b6e927a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/services/plugin-manager/component/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export function validateComponent ({ plugin, component, name, logger }) {
const allowedKeys = [
'data',
'methods',
'watch',
'computed',
'components',
'props',
Expand Down

0 comments on commit b6e927a

Please sign in to comment.