Commit 7241c29e authored by yyh's avatar yyh

readonly

parent 3d4deee6
...@@ -25,6 +25,6 @@ import { menu } from '@/const/constants'; ...@@ -25,6 +25,6 @@ import { menu } from '@/const/constants';
}, },
}) })
export default class Main extends Vue { export default class Main extends Vue {
private tabList = Object.freeze(menu); private readonly tabList = Object.freeze(menu);
} }
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment