This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Description
Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.
Describe the issue / bug.
#
其他组件使用暂时没有问题,就是table使用有问题。使用代码如下
<script> export default { data() { return { tableData: [{ date: '2016-05-02', name: '王小虎', address: '上海市普陀区金沙江路 1518 弄' }, { date: '2016-05-04', name: '王小虎', address: '上海市普陀区金沙江路 1517 弄' }, { date: '2016-05-01', name: '王小虎', address: '上海市普陀区金沙江路 1519 弄' }, { date: '2016-05-03', name: '王小虎', address: '上海市普陀区金沙江路 1516 弄' }] } } } </script>

数据没有加载上去。
How can I reproduce this problem?
#
If visual, provide a screenshot.
#
Tell me about your development environment.
- Node version:
- NPM version:
- vue-cli version: (if necessary)
- Operating System:
If you are looking to suggest an enhancement or feature, then feel free to remove everything above.