let str = 'ccc' export default { data () { return { test: str, } } } vue中,一个全局变量str,为什么改变了str的值,test不会变化? 查看完整描述