模板中写: <div v-if="test()"></div> methods属性这样配置: methods: { test: function() { var result = false; // ... return result; } }
模板中写:
methods属性这样配置: