起源$log:Vue.prototype.$log = console.log禁止場所:<template> <!-- Place 1 --> <div @click="$log"> <!-- Place 2 --> {{ $log }} <!-- Place 3 --> {{ $log('foo') }} </div></template><script>import Vue from 'vue'// Place 4Vue.prototype.$log('foo')export default { created() { // Place 5 this.$log('foo') },}</script>
Vue模板如何禁止控制臺登錄?
慕的地10843
2024-01-18 14:40:56